diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-02 20:58:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-02 20:58:02 +0000 |
commit | 8c65cc47122b802150bf3591cb4eba4f8c4fb4b4 (patch) | |
tree | 220613c121aa31f859cca016c04e7d3cc6fab320 /config/routes.rb | |
parent | e4724c7626a329cee82875a7e1bbec450eab4667 (diff) | |
download | redmine-8c65cc47122b802150bf3591cb4eba4f8c4fb4b4.tar.gz redmine-8c65cc47122b802150bf3591cb4eba4f8c4fb4b4.zip |
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@947 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index c3637304a..5048da2f5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -24,6 +24,7 @@ ActionController::Routing::Routes.draw do |map| omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes' 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' end # Allow downloading Web Service WSDL as a file with an extension |