|
|
|
@ -198,9 +198,12 @@ end
|
|
|
|
|
#by young
|
|
|
|
|
Redmine::MenuManager.map :top_menu do |menu|
|
|
|
|
|
menu.push :home, :home_path
|
|
|
|
|
menu.push :projects, { :controller => 'projects', :action => 'index' }, :caption => :label_project_plural
|
|
|
|
|
menu.push :requirement, {:controller => 'bids', :action => 'index'}
|
|
|
|
|
menu.push :developer, {:controller => 'users', :action => 'index'}
|
|
|
|
|
menu.push :course_practice, {:controller => 'projects', :action => 'course', :project_type => 1}
|
|
|
|
|
menu.push :project_deposit, { :controller => 'projects', :action => 'index' }, :caption => :label_project_deposit
|
|
|
|
|
menu.push :software_user, {:controller => 'users', :action => 'index'}
|
|
|
|
|
menu.push :contest_innovate, {:controller => 'bids', :action => 'contest', :project_type => 1}
|
|
|
|
|
menu.push :requirement_enterprise, {:controller => 'bids', :action => 'index'}
|
|
|
|
|
|
|
|
|
|
# menu.push :investor, :home_path
|
|
|
|
|
# menu.push :theme, :home_path
|
|
|
|
|
# menu.push :my_page, { :controller => 'my', :action => 'page' }, :if => Proc.new { User.current.logged? }
|
|
|
|
|