Sha256: b6ee533f1826834815c20c0c55d9764ed27952b1557874965a8ed7ac2c281ebf

Contents?: true

Size: 421 Bytes

Versions: 5

Compression:

Stored size: 421 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

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/devise/devise_views/unlocks/new.html.haml
cybele-2.3.1 templates/devise/devise_views/unlocks/new.html.haml
cybele-2.2.0 templates/devise/devise_views/unlocks/new.html.haml
cybele-2.1.0 templates/devise/devise_views/unlocks/new.html.haml
cybele-2.0.0 templates/devise/devise_views/unlocks/new.html.haml