Sha256: 31e963cc6e0db6aaad98d6a98e62a957248b23e628a366c3eef0b368717cd410

Contents?: true

Size: 439 Bytes

Versions: 26

Compression:

Stored size: 439 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, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email)
  .actions
    = f.submit "Resend confirmation instructions"
= render "devise/shared/links"

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
jobshop-0.0.131 app/views/devise/confirmations/new.html.haml
jobshop-0.0.127 app/views/devise/confirmations/new.html.haml
jobshop-0.0.113 app/views/devise/confirmations/new.html.haml
jobshop-0.0.109 app/views/devise/confirmations/new.html.haml
jobshop-0.0.107 app/views/devise/confirmations/new.html.haml
jobshop-0.0.101 app/views/devise/confirmations/new.html.haml
adminka-0.1.0 app/views/adminka/admins/confirmations/new.html.haml
jobshop-0.0.67 app/views/devise/confirmations/new.html.haml
jobshop-0.0.61 app/views/devise/confirmations/new.html.haml
jobshop-0.0.59 app/views/devise/confirmations/new.html.haml
jobshop-0.0.53 app/views/devise/confirmations/new.html.haml
jobshop-0.0.41 app/views/devise/confirmations/new.html.haml
jobshop-0.0.37 app/views/devise/confirmations/new.html.haml
jobshop-0.0.29 app/views/devise/confirmations/new.html.haml
jobshop-0.0.23 app/views/devise/confirmations/new.html.haml
jobshop-0.0.16 app/views/devise/confirmations/new.html.haml
jobshop-0.0.15 app/views/devise/confirmations/new.html.haml
jobshop-0.0.14 app/views/devise/confirmations/new.html.haml
jobshop-0.0.13 app/views/devise/confirmations/new.html.haml
jobshop-0.0.12 app/views/devise/confirmations/new.html.haml