summaryrefslogtreecommitdiff
path: root/app/views/devise/registrations/new.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-08 21:09:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-08 21:09:31 +0000
commitd3fb07d5b10b01e24f33298252d854fc2c149786 (patch)
tree4b50c5ea23a08dc91c5adac4cec89f547b88f828 /app/views/devise/registrations/new.html.haml
parent70b375c29f67bdc8bd7e8ade1d5355444106482d (diff)
downloadgitlab-ce-d3fb07d5b10b01e24f33298252d854fc2c149786.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/devise/registrations/new.html.haml')
-rw-r--r--app/views/devise/registrations/new.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml
index b6acb244384..b6719834358 100644
--- a/app/views/devise/registrations/new.html.haml
+++ b/app/views/devise/registrations/new.html.haml
@@ -11,5 +11,6 @@
= render 'devise/shared/signup_box',
url: registration_path(resource_name),
button_text: _('Register'),
+ borderless: Feature.enabled?(:restyle_login_page, @project),
show_omniauth_providers: omniauth_enabled? && button_based_providers_enabled?
= render 'devise/shared/sign_in_link'