debian-mirror-gitlab/app/views/devise/confirmations/new.html.haml
2015-04-26 09:18:37 +02:00

14 lines
539 B
Text

.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
= f.submit "Resend confirmation instructions", class: 'btn btn-success'
.clearfix.prepend-top-20
= render 'devise/shared/sign_in_link'