Removed obsolete project news route.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8149 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-10 08:48:05 +00:00
parent ac6e404547
commit a1ae0aed23
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ ActionController::Routing::Routes.draw do |map|
#left old routes at the bottom for backwards compat #left old routes at the bottom for backwards compat
map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages' map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'
map.connect 'wiki/:id/:page/:action', :page => nil, :controller => 'wiki' map.connect 'wiki/:id/:page/:action', :page => nil, :controller => 'wiki'
map.connect 'projects/:project_id/news/:action', :controller => 'news'
map.with_options :controller => 'repositories' do |omap| map.with_options :controller => 'repositories' do |omap|
omap.repositories_show 'repositories/browse/:id/*path', :action => 'browse' omap.repositories_show 'repositories/browse/:id/*path', :action => 'browse'
omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes' omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes'