@@ -189,7 +189,6 ActionController::Routing::Routes.draw do |map| | |||||
189 | map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages' |
|
189 | map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages' | |
190 | map.connect 'wiki/:id/:page/:action', :page => nil, :controller => 'wiki' |
|
190 | map.connect 'wiki/:id/:page/:action', :page => nil, :controller => 'wiki' | |
191 | map.connect 'projects/:project_id/news/:action', :controller => 'news' |
|
191 | map.connect 'projects/:project_id/news/:action', :controller => 'news' | |
192 | map.connect 'projects/:project_id/timelog/:action/:id', :controller => 'timelog', :project_id => /.+/ |
|
|||
193 | map.with_options :controller => 'repositories' do |omap| |
|
192 | map.with_options :controller => 'repositories' do |omap| | |
194 | omap.repositories_show 'repositories/browse/:id/*path', :action => 'browse' |
|
193 | omap.repositories_show 'repositories/browse/:id/*path', :action => 'browse' | |
195 | omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes' |
|
194 | omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes' |
General Comments 0
You need to be logged in to leave comments.
Login now