Rename "Files" to Attachments in Wiki, Forum and Issues » 25-2_r32.patch
/lib/redmine.rb (revision 32) | ||
---|---|---|
129 | 129 |
:if => Proc.new { |p| p.wiki && !p.wiki.new_record? } |
130 | 130 |
menu.push :boards, { :controller => 'boards', :action => 'index', :id => nil }, :param => :project_id, |
131 | 131 |
:if => Proc.new { |p| p.boards.any? }, :caption => :label_board_plural |
132 |
menu.push :files, { :controller => 'projects', :action => 'list_files' }, :caption => :label_attachment_plural
|
|
132 |
menu.push :files, { :controller => 'projects', :action => 'list_files' }, :caption => :label_file_plural
|
|
133 | 133 |
menu.push :repository, { :controller => 'repositories', :action => 'show' }, |
134 | 134 |
:if => Proc.new { |p| p.repository && !p.repository.new_record? } |
135 | 135 |
menu.push :settings, { :controller => 'projects', :action => 'settings' }, :last => true |