From: Jean-Philippe Lang Date: Sun, 15 Jun 2008 14:19:06 +0000 (+0000) Subject: Prettier url for changesets (#1443). X-Git-Tag: 0.8.0-RC1~444 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5051566e51a30cbc3776e84774d492b24abb03d6;p=redmine.git Prettier url for changesets (#1443). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1549 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/routes.rb b/config/routes.rb index 3cb18d1bd..a77a8833b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'