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 <dmitriy.zaporozhets@gmail.com>2011-12-31 00:56:13 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-31 00:56:13 +0400
commit0ae9ac155c2d6d91060e0b0a3d528681aeb0dfe2 (patch)
treeafd2a29e5862ffaac7ccafeeb50765f4b7838738 /config/routes.rb
parente33aab0b21e38f4cf7aed8bb6451d737fcefe110 (diff)
repo tab added. activities page for repo
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 5888096653a..9e5e15a3abb 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -46,6 +46,8 @@ Gitlab::Application.routes.draw do
get "files"
end
+ resource :repository
+
resources :refs, :only => [], :path => "/" do
collection do
get "switch"