summaryrefslogtreecommitdiff
path: root/app/views/devise/confirmations/almost_there.haml
blob: 20cd7b0179ddb4d64f02215d3d2899a1efa1a458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.well-confirmation.text-center
  %h1.prepend-top-0
    Almost there...
  %p.lead
    Please check your email to confirm your account
- if current_application_settings.after_sign_up_text.present?
  .well-confirmation.text-center
    = markdown_field(current_application_settings, :after_sign_up_text)
%p.confirmation-content.text-center
  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