Mercurial > hg > soundsoftware-site
changeset 1300:598af7ed80ca cannam
Project index -> explore in top menu
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 10:26:07 +0100 |
parents | a778eeeeec77 |
children | e9f9943f02f9 f9a81a1a4425 |
files | lib/redmine.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/redmine.rb Fri Jun 14 10:25:26 2013 +0100 +++ b/lib/redmine.rb Fri Jun 14 10:26:07 2013 +0100 @@ -152,7 +152,7 @@ Redmine::MenuManager.map :top_menu do |menu| menu.push :home, :home_path menu.push :my_page, { :controller => 'my', :action => 'page' }, :if => Proc.new { User.current.logged? } - menu.push :projects, { :controller => 'projects', :action => 'index' }, :caption => :label_project_plural + menu.push :projects, { :controller => 'projects', :action => 'explore' }, :caption => :label_project_plural 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