2017-08-17 22:00:37 +05:30
|
|
|
.well-confirmation.text-center.append-bottom-20
|
2016-06-02 11:05:42 +05:30
|
|
|
%h1.prepend-top-0
|
|
|
|
Almost there...
|
2017-08-17 22:00:37 +05:30
|
|
|
%p.lead.append-bottom-20
|
2016-06-02 11:05:42 +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?
|
2016-06-16 23:09:34 +05:30
|
|
|
.well-confirmation.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
|
2016-06-02 11:05:42 +05:30
|
|
|
No confirmation email received? Please check your spam folder or
|
|
|
|
.append-bottom-20.prepend-top-20.text-center
|
|
|
|
%a.btn.btn-lg.btn-success{ href: new_user_confirmation_path }
|
|
|
|
Request new confirmation email
|