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-06-23 09:10:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-23 09:10:37 +0300
commit88a927ae902b064bb35971e093dcfa228983a52c (patch)
tree29b66166ee80fa6da2dfbaf61a7b803337596c15 /app/views/devise
parent2112fa629420d5539392cf32ddc7267d335ccc0a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/devise')
-rw-r--r--app/views/devise/shared/_signup_box.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index 684ade87720..e8d3a19fb67 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -71,9 +71,7 @@
.submit-container.gl-mt-5
= f.submit button_text, pajamas_button: true, class: 'gl-w-full', data: { qa_selector: 'new_user_register_button' }
- - if Gitlab::CurrentSettings.sign_in_text.present? && Feature.enabled?(:restyle_login_page, @project)
- .gl-pt-5
- = markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
+
= render 'devise/shared/terms_of_service_notice', button_text: button_text
= yield :omniauth_providers_bottom if show_omniauth_providers