显示竞赛页面参赛项目菜单

This commit is contained in:
wanglinchun 2014-04-18 22:18:04 +08:00
parent 647081539c
commit 982ff342fd
1 changed files with 1 additions and 1 deletions

View File

@ -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 }