Sha256: b3e89af05df18388b5e0ae0c3493ba8b0f4501cd4cfeafc5f7ebbae8f8c292fd

Contents?: true

Size: 386 Bytes

Versions: 17

Compression:

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

17 entries across 17 versions & 1 rubygems

Version Path
cybele-1.8.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.7.2 templates/app/views/devise/unlocks/new.html.haml
cybele-1.7.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.6.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.5.1 templates/app/views/devise/unlocks/new.html.haml
cybele-1.5.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.4.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.3.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.2.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.1.0 templates/app/views/devise/unlocks/new.html.haml
cybele-1.0.0 templates/app/views/devise/unlocks/new.html.haml
cybele-0.10.1 templates/app/views/devise/unlocks/new.html.haml
cybele-0.10.0 templates/app/views/devise/unlocks/new.html.haml
cybele-0.9.0 templates/app/views/devise/unlocks/new.html.haml
cybele-0.8.0 templates/app/views/devise/unlocks/new.html.haml
cybele-0.7.0 templates/app/views/devise/unlocks/new.html.haml
cybele-0.6.0 templates/app/views/devise/unlocks/new.html.haml