From 5051566e51a30cbc3776e84774d492b24abb03d6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 15 Jun 2008 14:19:06 +0000 Subject: [PATCH] Prettier url for changesets (#1443). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1549 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) 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' -- 2.39.5