diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-20 10:59:05 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-20 10:59:05 +0200 |
commit | b1c1a3d3cc90de98f03482a4b41b39fe9a992cc6 (patch) | |
tree | 3a36233e0fee6fa22a9213732a44f65943c08ebe /app/controllers/snippets_controller.rb | |
parent | 55fc58bda4a5592f2f8deaecec9526fbe4eecd6f (diff) | |
download | gitlab-ce-b1c1a3d3cc90de98f03482a4b41b39fe9a992cc6.tar.gz |
Refactor sidebar navigation for dashboard
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 8e7e45c781f..e6ef636c4f3 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 'snippets' + layout 'dashboard' respond_to :html def index |