显示竞赛页面参赛项目菜单
This commit is contained in:
parent
647081539c
commit
982ff342fd
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue