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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-07 15:08:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-07 15:08:52 +0300
commit28f0cd8e0725320c294f9dbf74c698ee727de594 (patch)
tree5e2ba5fc09fbddc0ac88d8b726795f8c62922a3b /app/views/layouts/devise.html.haml
parent929712792964c31c895cb83ebf0862da038c57a0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 94f25a9f0ae..4e9ae7c7fd8 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -7,6 +7,7 @@
= header_message
= render "layouts/init_client_detection_flags"
- if Feature.enabled?(:restyle_login_page, @project)
+ = yield :sessions_broadcast
.gl-h-full.borderless.gl-display-flex.gl-flex-wrap
.container
.content
@@ -36,6 +37,7 @@
= render 'devise/shared/footer'
- else
= render "layouts/header/empty"
+ = yield :sessions_broadcast
.gl-h-full.gl-display-flex.gl-flex-wrap
.container
.content