debian-mirror-gitlab/app/views/devise/confirmations/almost_there.haml

15 lines
563 B
Text
Raw Normal View History

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-04-17 20:07:23 +05:30
= _("Please check your email to confirm your account")
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
%a.btn.gl-button.btn-confirm{ href: new_user_confirmation_path }
= _("Request new confirmation email")