Revision 1549
Added by Jean-Philippe Lang about 17 years ago
routes.rb | ||
---|---|---|
29 | 29 |
omap.repositories_diff 'repositories/diff/:id/*path', :action => 'diff' |
30 | 30 |
omap.repositories_entry 'repositories/entry/:id/*path', :action => 'entry' |
31 | 31 |
omap.repositories_entry 'repositories/annotate/:id/*path', :action => 'annotate' |
32 |
omap.repositories_revision 'repositories/revision/:id/:rev', :action => 'revision' |
|
32 | 33 |
end |
33 | 34 |
|
34 | 35 |
map.connect 'attachments/:id', :controller => 'attachments', :action => 'show' |
Also available in: Unified diff
Prettier url for changesets (#1443).