From 30f9bc917896c5634ab2656eb66782d295df47d5 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Thu, 8 May 2014 19:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=AB=9E=E8=B5=9B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=82=E8=B5=9B=E9=A1=B9=E7=9B=AE=E5=92=8C=E5=8F=82?= =?UTF-8?q?=E8=B5=9B=E5=BA=94=E7=94=A8=EF=BC=9B=20=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E9=A1=B5=E9=9D=A2=E4=B8=AD=E5=85=B3=E6=B3=A8?= =?UTF-8?q?=E7=9A=84=E2=80=9C=E6=9B=B4=E5=A4=9A=E2=80=9D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_newcontest.html.erb | 4 ++-- lib/redmine.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/base_newcontest.html.erb b/app/views/layouts/base_newcontest.html.erb index a4d33bb99..e621f2f8b 100644 --- a/app/views/layouts/base_newcontest.html.erb +++ b/app/views/layouts/base_newcontest.html.erb @@ -185,9 +185,9 @@
<%= l(:label_x_followers, :count => @contest.watcher_users.count) %> - <% if show_more_fans?(@contest) %> +
diff --git a/lib/redmine.rb b/lib/redmine.rb index 3d3565430..d22feb9fc 100644 --- a/lib/redmine.rb +++ b/lib/redmine.rb @@ -279,8 +279,8 @@ end ###new add by linchun Redmine::MenuManager.map :contest_menu do |menu| menu.push :respond, :show_contest_contest_path, :caption => :label_user_response - menu.push :project, :show_project_contest_path, :caption => :label_contest_project - menu.push :application, :show_softapplication_contest_path, :caption => :label_contest_application + #menu.push :project, :show_project_contest_path, :caption => :label_contest_project + #menu.push :application, :show_softapplication_contest_path, :caption => :label_contest_application menu.push :attendingcontest, {:controller => 'contests', :action => 'show_attendingcontest'}, :caption => :label_attending_contest # menu.push :attendingcontest, :show_attendingcontest_contest_path, :caption => :label_attendin,g_contest # menu.push :result, { :controller => 'bids', :action => 'show_results' },