summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 16:54:39 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 16:54:39 +0300
commit5647ce75b39f8660b16d3ef0ede5ba5804002005 (patch)
treeff5224dd5bf27e165e1d4ce9bfbf52ebaaa4611a
parent4860c4dc07181b97e50558c43b1e35a97677beb8 (diff)
downloadgitlab-ce-5647ce75b39f8660b16d3ef0ede5ba5804002005.tar.gz
No need in empty head panel on login page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/layouts/devise.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 6f805f1c9d1..c224c6f7f76 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -3,7 +3,6 @@
= render "layouts/head"
%body.ui_mars.login-page.application
= render "layouts/broadcast"
- = render "layouts/public_head_panel", title: ''
.container.navless-container
.content
= render "layouts/flash"