Sha256: a6ffb2fdbce32069ac42f94aca87f25bc7b6408ac2568ce65abd820df3e81040

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

%h2
  = t('devise.confirmation.new.title')
= simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
  = f.error_notification
  = f.full_error :confirmation_token
  .form-inputs
    = f.input :email, required: true, autofocus: true
  .form-actions
    = f.button :submit, t('devise.confirmation.btn.resend'), class: 'btn btn-primary'
= render 'devise/shared/links'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/devise/confirmations/new.html.haml
cybele-1.9.1 templates/app/views/devise/confirmations/new.html.haml
cybele-1.9.0 templates/app/views/devise/confirmations/new.html.haml