将contest主页中通知公告的颜色改成蓝色

Signed-off-by: alan <547533434@qq.com>
alan_competition v1.0
alan 11 years ago
parent 70b079041c
commit 64eb4d362c

@ -100,10 +100,10 @@ module ContestsHelper
def count_contest_project
contests = Contest.find(:id)
@projects = []
# Modified by alan
# Modified by longjun
# for contest in contests
contests.each do |contest|
# end alan
# end longjun
@projects += contest.contesting_projects
end
@projects.count

@ -191,7 +191,7 @@
<div id="J_Slide" class="d-p-index-box d-p-index-hotproject" style="float: right;">
<h3 style="margin-left: 5px; color: #e8770d;">
<h3 style="margin-left: 5px; color: rgb(21, 188, 207);">
<strong><%=l(:label_notification)%></strong>
</h3>

@ -161,7 +161,7 @@ RedmineApp::Application.routes.draw do
#end
root :to => 'welcome#index', :as => 'home'
match 'welcome/contest', :to => 'welcome#contest', :via => :get
#added by baiyu
match 'git_usage/ch_usage', :controller => 'git_usage', :action => 'ch_usage', :via => :get, :as => 'ch_usage'
match 'git_usage/en_usage', :controller => 'git_usage', :action => 'en_usage', :via => :get, :as => 'en_usage'

Loading…
Cancel
Save