Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-11-28 08:19:55 +0300
committerKushal Pandya <kushal@gitlab.com>2017-11-28 08:19:55 +0300
commit6b343d027928d3867b57d6ab99469c3e12f3a1f5 (patch)
treef21f5fa6d06473965fdebcb8dad73c4861307a82 /app/views/layouts/devise.html.haml
parent25a3a1838ab3224be0b6c658ea16fd1b37135372 (diff)
Fix broadcast message not showing up on login page
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 52fb46eb8c9..97016d28535 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -4,7 +4,8 @@
%body.ui_charcoal.login-page.application.navless{ data: { page: body_data_page } }
.page-wrap
= render "layouts/header/empty"
- = render "layouts/broadcast"
+ .login-page-broadcast
+ = render "layouts/broadcast"
.container.navless-container
.content
= render "layouts/flash"