|
|
|
@ -266,8 +266,15 @@ end
|
|
|
|
|
#end
|
|
|
|
|
#added by young
|
|
|
|
|
Redmine::MenuManager.map :user_menu do |menu|
|
|
|
|
|
menu.push :activity, {:controller => 'users', :action => 'show' }
|
|
|
|
|
menu.push :project, {:controller => 'users', :action => 'user_projects'}
|
|
|
|
|
menu.push :requirement_focus, {:controller => 'users', :action => 'watch_bids'}
|
|
|
|
|
menu.push :user_newfeedback, {:controller => 'users', :action => 'user_newfeedback'}
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
Redmine::MenuManager.map :user_menu_self do |menu|
|
|
|
|
|
menu.push :activity, {:controller => 'users', :action => 'show' }
|
|
|
|
|
menu.push :user_information, {:controller => 'users', :action => 'info'}
|
|
|
|
|
menu.push :user_information, {:controller => 'users', :action => 'info'}
|
|
|
|
|
menu.push :project, {:controller => 'users', :action => 'user_projects'}
|
|
|
|
|
menu.push :requirement_focus, {:controller => 'users', :action => 'watch_bids'}
|
|
|
|
|
menu.push :user_newfeedback, {:controller => 'users', :action => 'user_newfeedback'}
|
|
|
|
|