Sha256: e4ebc55af23030ba5e5f6f2b9b1ba3d7f1e63edf7f80abfa51644c21e4ac7796

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

%h2 Resend unlock instructions
= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
  = f.error_notification
  = f.full_error :unlock_token
  .form-inputs
    = f.input :email, required: true, autofocus: true
  .form-actions
    = f.button :submit, 'Resend unlock instructions'
= render 'devise/shared/links'

Version data entries

3 entries across 3 versions & 1 rubygems

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