Prettier url for changesets (#1443).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1549 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
576130f363
commit
5051566e51
|
@ -29,6 +29,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
omap.repositories_diff 'repositories/diff/:id/*path', :action => 'diff'
|
||||
omap.repositories_entry 'repositories/entry/:id/*path', :action => 'entry'
|
||||
omap.repositories_entry 'repositories/annotate/:id/*path', :action => 'annotate'
|
||||
omap.repositories_revision 'repositories/revision/:id/:rev', :action => 'revision'
|
||||
end
|
||||
|
||||
map.connect 'attachments/:id', :controller => 'attachments', :action => 'show'
|
||||
|
|
Loading…
Reference in New Issue