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>2012-02-08 03:00:49 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-08 03:00:49 +0400
commit4d89322d6785580e9a77e2536b8f2a7db8482664 (patch)
tree79e80598cecf1410440410590657a3388307ace6 /config/routes.rb
parent3d77183c160c57f51f1908bd57312344e34c8524 (diff)
Snippets - fixed after bootstrap
Project - restyled show page, removed info page Repository - restyled show page, added download option Tags - added download options
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2d818cf39d2..923cdad7eb5 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -46,7 +46,6 @@ Gitlab::Application.routes.draw do
get "team"
get "wall"
get "graph"
- get "info"
get "files"
end
@@ -54,6 +53,7 @@ Gitlab::Application.routes.draw do
member do
get "branches"
get "tags"
+ get "archive"
end
end