gitlab-org--gitlab-foss/app/views/devise/confirmations/almost_there.haml

15 lines
523 B
Plaintext
Raw Normal View History

.well-confirmation.text-center.gl-mb-6
%h1.gl-mt-0
2016-03-11 16:14:29 +00:00
Almost there...
%p.lead.gl-mb-6
2016-03-11 16:14:29 +00:00
Please check your email to confirm your account
2016-12-06 15:18:17 +00:00
%hr
- if Gitlab::CurrentSettings.after_sign_up_text.present?
.well-confirmation.text-center
= markdown_field(Gitlab::CurrentSettings, :after_sign_up_text)
2016-12-06 15:18:17 +00:00
%p.text-center
2016-03-11 16:14:29 +00:00
No confirmation email received? Please check your spam folder or
.gl-mb-6.prepend-top-20.text-center
2016-03-11 16:14:29 +00:00
%a.btn.btn-lg.btn-success{ href: new_user_confirmation_path }
Request new confirmation email