summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 20:10:38 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 20:10:38 +0300
commit28639a1971980fcec2874357334f5789bada9b11 (patch)
tree3e2bc63692453227773843f7878750c82754bcc7 /app/views/layouts/devise.html.haml
parent47d26b05a4bf4f9d0bc118997d0aed78384c8f60 (diff)
downloadgitlab-ce-28639a1971980fcec2874357334f5789bada9b11.tar.gz
For navless pages render dashboard nav
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 183c5a1e20a..5a59c9fd59a 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -2,11 +2,7 @@
%html{ lang: "en"}
= render "layouts/head"
%body.ui_mars.login-page.application
- %header.navbar.navbar-fixed-top.navbar-gitlab
- .navbar-inner
- .container
- %h4.center
- = image_tag 'logo-white.png', width: 32, height: 32
+ = render "layouts/empty_head_panel"
= render "layouts/broadcast"
.container.navless-container
.content