]> source.dussan.org Git - redmine.git/commitdiff
Prettier url for changesets (#1443).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jun 2008 14:19:06 +0000 (14:19 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jun 2008 14:19:06 +0000 (14:19 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1549 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/routes.rb

index 3cb18d1bdadec9dd7f1a2252a84bcdba9e23b35c..a77a8833b2c8ce46abeea6bdb08d5cd2ebdf9a10 100644 (file)
@@ -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'