##// END OF EJS Templates
Merged r3261 from trunk....
Eric Davis -
r3148:9c9f6722f6aa
parent child
Show More
@@ -153,7 +153,7 Redmine::MenuManager.map :project_menu do |menu|
153 153 :if => Proc.new { |p| p.wiki && !p.wiki.new_record? }
154 154 menu.push :boards, { :controller => 'boards', :action => 'index', :id => nil }, :param => :project_id,
155 155 :if => Proc.new { |p| p.boards.any? }, :caption => :label_board_plural
156 menu.push :files, { :controller => 'projects', :action => 'list_files' }, :caption => :label_attachment_plural
156 menu.push :files, { :controller => 'projects', :action => 'list_files' }, :caption => :label_file_plural
157 157 menu.push :repository, { :controller => 'repositories', :action => 'show' },
158 158 :if => Proc.new { |p| p.repository && !p.repository.new_record? }
159 159 menu.push :settings, { :controller => 'projects', :action => 'settings' }, :last => true
General Comments 0
You need to be logged in to leave comments. Login now