diff options
| author | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-11-14 17:42:12 +0400 |
|---|---|---|
| committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-11-14 17:42:12 +0400 |
| commit | 8d74123d61e83c29b5449773e1c471d2e2aa126f (patch) | |
| tree | 6a9273fdad10175b7003c24333a69342660f4737 /config/routes.rb | |
| parent | f476c42d00dbea1ddc0736bf991eeb36b9d5dd22 (diff) | |
| parent | 762946995ea9d477f00fea19e5040bf4dd437cb9 (diff) | |
| download | gitlab-ce-8d74123d61e83c29b5449773e1c471d2e2aa126f.tar.gz | |
Merge branch 'master' into features/feeds
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 d4e27965716..aaeddbf0283 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do get "blob" get "team" get "wall" + get "graph" # tree viewer get "tree/:commit_id" => "projects#tree" |
