summaryrefslogtreecommitdiff
path: root/app/views/registrations
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-14 15:08:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-14 15:08:59 +0000
commit9b762f50fee09b50b97b5ab208a9a62522447c8c (patch)
tree4dbd16c66f6aeacc1b88c1e3350df09ce4f91183 /app/views/registrations
parent9769ccf613ec45634ee32efaf1c39763a759a917 (diff)
downloadgitlab-ce-9b762f50fee09b50b97b5ab208a9a62522447c8c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/registrations')
-rw-r--r--app/views/registrations/welcome/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/registrations/welcome/show.html.haml b/app/views/registrations/welcome/show.html.haml
index 44dffdbf70a..6235cce5d80 100644
--- a/app/views/registrations/welcome/show.html.haml
+++ b/app/views/registrations/welcome/show.html.haml
@@ -17,7 +17,7 @@
%p.gl-text-center= html_escape(_('%{gitlab_experience_text}. We won\'t share this information with anyone.')) % { gitlab_experience_text: gitlab_experience_text }
- else
%p.gl-text-center= html_escape(_('%{gitlab_experience_text}. Don\'t worry, this information isn\'t shared outside of your self-managed GitLab instance.')) % { gitlab_experience_text: gitlab_experience_text }
- = form_for(current_user, url: users_sign_up_welcome_path, html: { class: 'card gl-w-full! gl-p-5', 'aria-live' => 'assertive' }) do |f|
+ = gitlab_ui_form_for(current_user, url: users_sign_up_welcome_path, html: { class: 'card gl-w-full! gl-p-5', 'aria-live' => 'assertive' }) do |f|
.devise-errors
= render 'devise/shared/error_messages', resource: current_user
.row