Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-30 10:54:42 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-30 10:54:42 +0400
commit0f627a65f43e1b6bfce059bf1750075fb589e583 (patch)
tree72c4347d7838d5b04bb2166bc2f2f01fe61ff78d /config/routes.rb
parentc1c903fb955cbee1afe3bd10944d6c218b576b15 (diff)
Project tab r1 is finished
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2812b1502e9..5888096653a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -42,9 +42,7 @@ Gitlab::Application.routes.draw do
get "team"
get "wall"
get "graph"
- get "activities"
- get "branches"
- get "tags"
+ get "info"
get "files"
end