Commit 20bd4497 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'gl-button-email-request' into 'master'

Apply new GitLab UI for request email button

See merge request gitlab-org/gitlab!53966
parents 7e63db80 35fc1dc7
.well-confirmation.text-center.gl-mb-6
.well-confirmation.gl-text-center.gl-mb-6
%h1.gl-mt-0
Almost there...
= _("Almost there...")
%p.lead.gl-mb-6
Please check your email to confirm your account
= _("Please check your email to confirm your account")
%hr
- if Gitlab::CurrentSettings.after_sign_up_text.present?
.well-confirmation.text-center
.well-confirmation.gl-text-center
= markdown_field(Gitlab::CurrentSettings, :after_sign_up_text)
%p.text-center
No confirmation email received? Please check your spam folder or
.gl-mb-6.prepend-top-20.text-center
%a.btn.btn-lg.btn-success{ href: new_user_confirmation_path }
Request new confirmation email
= _("No confirmation email received? Please check your spam folder or")
.gl-mb-6.prepend-top-20.gl-text-center
%a.btn.gl-button.btn-confirm{ href: new_user_confirmation_path }
= _("Request new confirmation email")
---
title: Apply new GitLab UI for request email button
merge_request: 53966
author: Yogi (@yo)
type: changed
......@@ -3148,6 +3148,9 @@ msgstr ""
msgid "Almost there"
msgstr ""
msgid "Almost there..."
msgstr ""
msgid "Already blocked"
msgstr ""
......@@ -20148,6 +20151,9 @@ msgstr ""
msgid "No compliance frameworks are in use. Create one using the GraphQL API."
msgstr ""
msgid "No confirmation email received? Please check your spam folder or"
msgstr ""
msgid "No connection could be made to a Gitaly Server, please check your logs!"
msgstr ""
......@@ -22181,6 +22187,9 @@ msgstr ""
msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please check your email to confirm your account"
msgstr ""
msgid "Please choose a file"
msgstr ""
......@@ -25196,6 +25205,9 @@ msgstr ""
msgid "Request details"
msgstr ""
msgid "Request new confirmation email"
msgstr ""
msgid "Request parameter %{param} is missing."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment