Sha256: 0ed532571519406ea83baad4e7cd8bba310ebdb3d97e1401c6af2553c0559b05

Contents?: true

Size: 429 Bytes

Versions: 7

Compression:

Stored size: 429 Bytes

Contents

.standalone#standalone
  = simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
    .title= t('devise.confirmations.new.resend_confirmation_instructions')
    .section
      .label= t(:email)
      = f.input_field :email, required: true, autofocus: true
    %br
    .buttonbar
      = f.button :submit, t('devise.confirmations.new.resend_confirmation_instructions')

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/devise/confirmations/new.html.haml
fat_free_crm-0.22.0 app/views/devise/confirmations/new.html.haml
fat_free_crm-0.21.0 app/views/devise/confirmations/new.html.haml
fat_free_crm-0.20.1 app/views/devise/confirmations/new.html.haml
fat_free_crm-0.20.0 app/views/devise/confirmations/new.html.haml
fat_free_crm-0.19.2 app/views/devise/confirmations/new.html.haml
fat_free_crm-0.19.0 app/views/devise/confirmations/new.html.haml