##// END OF EJS Templates
Fixing routes broken by r2581 (#2967, #2970)....
Jean-Philippe Lang -
r2522:5fc7d097fe42
parent child
Show More
@@ -221,7 +221,7 ActionController::Routing::Routes.draw do |map|
221 repository_views.connect 'projects/:id/repository/:action/*path'
221 repository_views.connect 'projects/:id/repository/:action/*path'
222 end
222 end
223
223
224 repositories.connect 'projects/:id/repository/edit', :action => 'edit', :conditions => {:method => :post}
224 repositories.connect 'projects/:id/repository/:action', :conditions => {:method => :post}
225 end
225 end
226
226
227 map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/
227 map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/
General Comments 0
You need to be logged in to leave comments. Login now