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
path: root/config
diff options
context:
space:
mode:
authordreis <christoph.dreis@innogames.de>2014-07-11 20:29:51 +0400
committerdreis <christoph.dreis@innogames.de>2014-07-15 10:19:27 +0400
commit1da2262efd272a4cf086f1cf1a033699a43df857 (patch)
treeea996cd3d81735f4c558c293500fa976d5df932a /config
parentf3b0cb77fcb379107cdd4f770fdb16381cda1baf (diff)
Added public groups area to enhance searching and exploring of projects
fixed whitespaces and quotes fixed whitespaces fixed devise.html.haml fixed method parenthesis in app/models/group.rb removed links from header removed links from devise.html added tests
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 244cb339898..ebae54c5d81 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -51,6 +51,7 @@ Gitlab::Application.routes.draw do
#
namespace :public do
resources :projects, only: [:index]
+ resources :groups, only: [:index]
root to: "projects#index"
end