diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-20 11:59:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-20 11:59:21 +0200 |
commit | f82c14259b81d692b7f922b40895b60b2b240361 (patch) | |
tree | d0ee9b1960b3e6a4da106cf663cefc710ec6978b /app/controllers/snippets_controller.rb | |
parent | b1c1a3d3cc90de98f03482a4b41b39fe9a992cc6 (diff) | |
download | gitlab-ce-f82c14259b81d692b7f922b40895b60b2b240361.tar.gz |
Rebuild navigation for dashboard
* projects from explore page are available from dashboard
* use dashboard sidebar for both logged in and not users
* move explroe projects under projects tab
* move explore groups under groups tab
* move public snippets under snippets tab
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/controllers/snippets_controller.rb')
-rw-r--r-- | app/controllers/snippets_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb index e6ef636c4f3..8e7e45c781f 100644 --- a/app/controllers/snippets_controller.rb +++ b/app/controllers/snippets_controller.rb @@ -9,7 +9,7 @@ class SnippetsController < ApplicationController skip_before_action :authenticate_user!, only: [:index, :user_index, :show, :raw] - layout 'dashboard' + layout 'snippets' respond_to :html def index |