summaryrefslogtreecommitdiff
path: root/app/views/devise/confirmations/new.html.haml
blob: 8d17f39eba2bb376555887860dcabc38ca660b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.login-box
  .login-heading
    %h3 Resend confirmation instructions
  .login-body
    = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
      .devise-errors
        = devise_error_messages!
      .clearfix.append-bottom-20
        = f.email_field :email, placeholder: 'Email', class: "form-control", required: true
      .clearfix.append-bottom-10
        = f.submit "Resend confirmation instructions", class: 'btn btn-success'
  .login-footer
    = render 'devise/shared/sign_in_link'