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-05-11 00:13:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 00:13:10 +0300
commitd9710d79c52bc73438022e79c79cfe3ab35b084b (patch)
tree4ccba377283753036ad28a75d061f7ee61afa806 /app/views/layouts/devise.html.haml
parent20a86e7f6fd58882025b1c85b21e891d75220da5 (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.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 36a9a284e91..bed3995cb35 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -7,8 +7,6 @@
= render "layouts/init_client_detection_flags"
- if Feature.enabled?(:restyle_login_page, @project)
.page-wrap.borderless
- .login-page-broadcast
- = render "layouts/broadcast"
.container.navless-container
.content
= render "layouts/flash"
@@ -29,8 +27,6 @@
- else
.page-wrap
= render "layouts/header/empty"
- .login-page-broadcast
- = render "layouts/broadcast"
.container.navless-container
.content
= render "layouts/flash"