|
|
|
@ -201,11 +201,11 @@ Redmine::MenuManager.map :top_menu do |menu|
|
|
|
|
|
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 :investor, :home_path
|
|
|
|
|
menu.push :theme, :home_path
|
|
|
|
|
# menu.push :my_page, { :controller => 'my', :action => 'page' }, :if => Proc.new { User.current.logged? }
|
|
|
|
|
# menu.push :administration, { :controller => 'admin', :action => 'index' }, :if => Proc.new { User.current.admin? }, :last => true
|
|
|
|
|
# menu.push :help, Redmine::Info.help_url, :last => true
|
|
|
|
|
# menu.push :investor, :home_path
|
|
|
|
|
# menu.push :theme, :home_path
|
|
|
|
|
# menu.push :my_page, { :controller => 'my', :action => 'page' }, :if => Proc.new { User.current.logged? }
|
|
|
|
|
# menu.push :administration, { :controller => 'admin', :action => 'index' }, :if => Proc.new { User.current.admin? }, :last => true
|
|
|
|
|
# menu.push :help, Redmine::Info.help_url, :last => true
|
|
|
|
|
end
|
|
|
|
|
#end
|
|
|
|
|
Redmine::MenuManager.map :account_menu do |menu|
|
|
|
|
|