2021-09-04 01:27:46 +05:30
|
|
|
- user_email = "(#{params[:email]})" if params[:email].present?
|
|
|
|
|
2021-04-17 20:07:23 +05:30
|
|
|
.well-confirmation.gl-text-center.gl-mb-6
|
2020-06-23 00:09:42 +05:30
|
|
|
%h1.gl-mt-0
|
2021-04-17 20:07:23 +05:30
|
|
|
= _("Almost there...")
|
2021-02-22 17:27:13 +05:30
|
|
|
%p.lead.gl-mb-6
|
2021-09-04 01:27:46 +05:30
|
|
|
= _('Please check your email %{email} to confirm your account') % { email: user_email }
|
2017-08-17 22:00:37 +05:30
|
|
|
%hr
|
2018-03-17 18:26:18 +05:30
|
|
|
- if Gitlab::CurrentSettings.after_sign_up_text.present?
|
2021-04-17 20:07:23 +05:30
|
|
|
.well-confirmation.gl-text-center
|
2018-03-17 18:26:18 +05:30
|
|
|
= markdown_field(Gitlab::CurrentSettings, :after_sign_up_text)
|
2017-08-17 22:00:37 +05:30
|
|
|
%p.text-center
|
2021-04-17 20:07:23 +05:30
|
|
|
= _("No confirmation email received? Please check your spam folder or")
|
|
|
|
.gl-mb-6.prepend-top-20.gl-text-center
|
2021-09-04 01:27:46 +05:30
|
|
|
%a.gl-link{ href: new_user_confirmation_path }
|
2021-04-17 20:07:23 +05:30
|
|
|
= _("Request new confirmation email")
|