##// END OF EJS Templates
Prettier url for changesets (#1443)....
Jean-Philippe Lang -
r1535:5051566e51a3
parent child
Show More
@@ -29,6 +29,7 ActionController::Routing::Routes.draw do |map|
29 omap.repositories_diff 'repositories/diff/:id/*path', :action => 'diff'
29 omap.repositories_diff 'repositories/diff/:id/*path', :action => 'diff'
30 omap.repositories_entry 'repositories/entry/:id/*path', :action => 'entry'
30 omap.repositories_entry 'repositories/entry/:id/*path', :action => 'entry'
31 omap.repositories_entry 'repositories/annotate/:id/*path', :action => 'annotate'
31 omap.repositories_entry 'repositories/annotate/:id/*path', :action => 'annotate'
32 omap.repositories_revision 'repositories/revision/:id/:rev', :action => 'revision'
32 end
33 end
33
34
34 map.connect 'attachments/:id', :controller => 'attachments', :action => 'show'
35 map.connect 'attachments/:id', :controller => 'attachments', :action => 'show'
General Comments 0
You need to be logged in to leave comments. Login now