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-28 11:38:50 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-28 11:38:50 +0400
commitc1c903fb955cbee1afe3bd10944d6c218b576b15 (patch)
tree0d1d56be143938b751e323ecc1980322c977dd56 /config/routes.rb
parent6e5caa19856a683e5e9ead5cda907cb4119762d6 (diff)
Project tab added. activities, team, snippets moved to project tab
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index bf9fe95454d..2812b1502e9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -42,6 +42,10 @@ Gitlab::Application.routes.draw do
get "team"
get "wall"
get "graph"
+ get "activities"
+ get "branches"
+ get "tags"
+ get "files"
end
resources :refs, :only => [], :path => "/" do