Sha256: 91884d0a36dca1fcc96ea1363c9b9d75f6382ded9f2be382163015f421d157ab

Contents?: true

Size: 350 Bytes

Versions: 16

Compression:

Stored size: 350 Bytes

Contents

%h2 Resend confirmation instructions
= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
  = devise_error_messages!
  .field
    = f.label :email
    %br/
    = f.email_field :email, autofocus: true
  .actions
    = f.submit "Resend confirmation instructions"
= render "devise/shared/links"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
qbrick-2.7.1 app/views/devise/confirmations/new.html.haml
qbrick-2.7 app/views/devise/confirmations/new.html.haml
qbrick-2.6.10 app/views/devise/confirmations/new.html.haml
qbrick-2.6.9 app/views/devise/confirmations/new.html.haml
qbrick-2.6.8 app/views/devise/confirmations/new.html.haml
qbrick-2.6.7 app/views/devise/confirmations/new.html.haml
qbrick-2.6.6 app/views/devise/confirmations/new.html.haml
qbrick-2.6.5 app/views/devise/confirmations/new.html.haml
qbrick-2.6.4 app/views/devise/confirmations/new.html.haml
qbrick-2.6.3 app/views/devise/confirmations/new.html.haml
qbrick-2.6.2 app/views/devise/confirmations/new.html.haml
qbrick-2.6.1 app/views/devise/confirmations/new.html.haml
qbrick-2.6.0 app/views/devise/confirmations/new.html.haml
qbrick-2.5.2 app/views/devise/confirmations/new.html.haml
qbrick-2.5.1 app/views/devise/confirmations/new.html.haml
qbrick-2.5.0 app/views/devise/confirmations/new.html.haml