From 982ff342fdfb6cbc707a7981436a753ac3b915d1 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Fri, 18 Apr 2014 22:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=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=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/redmine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine.rb b/lib/redmine.rb index 43e47a26a..2c935074b 100644 --- a/lib/redmine.rb +++ b/lib/redmine.rb @@ -279,7 +279,7 @@ 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 :project, :show_project_contest_path, :caption => :label_contest_project menu.push :application, :show_softapplication_contest_path, :caption => :label_contest_application # menu.push :result, { :controller => 'bids', :action => 'show_results' }, # :caption => :label_bidding_results,:if => Proc.new{ |p| User.current.id == p }