diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-23 11:13:33 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-23 11:13:33 +0300 |
commit | 1df0345e9e642ca7e9d73c12430921b0fe62d25e (patch) | |
tree | fc2584e67ce95d8f832420a3df0f7594a475d359 /config | |
parent | 6b4d5d21be69705f22cb2e848fdba9f182ef2bc5 (diff) | |
download | gitlab-ce-1df0345e9e642ca7e9d73c12430921b0fe62d25e.tar.gz |
Explore area
Create one place for exploring GitLab instance projects and groups for
both signed in and anonymous users
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7babab3438a..a8c782ecbf2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -52,7 +52,8 @@ Gitlab::Application.routes.draw do namespace :public do resources :projects, only: [:index] resources :groups, only: [:index] - root to: "projects#index" + get 'explore' => 'explore#index' + root to: "explore#index" end # |