# HG changeset patch # User Chris Cannam # Date 1371201967 -3600 # Node ID 598af7ed80caee6d71ffc7338cf71724421548c8 # Parent a778eeeeec773ccc0a12dfd9c3f2f789cca2f382 Project index -> explore in top menu diff -r a778eeeeec77 -r 598af7ed80ca lib/redmine.rb --- 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