Sha256: 71246025ab34f29dbdb5d490c9f368636886576b28442a1dbf0d7c5a94135398

Contents?: true

Size: 303 Bytes

Versions: 5

Compression:

Stored size: 303 Bytes

Contents

=page_header "Resend unlock instructions"

= simple_form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| 
  = f.error_notification 

  = f.input :email, :required => true 

  .form-actions
    = f.button :submit, "Resend unlock instructions"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
app_frame-0.6.1 app/views/app_frame/devise/unlocks/new.html.haml
app_frame-0.5.8 app/views/app_frame/devise/unlocks/new.html.haml
app_frame-0.5.7 app/views/app_frame/devise/unlocks/new.html.haml
app_frame-0.5.6 app/views/app_frame/devise/unlocks/new.html.haml
app_frame-0.5.5 app/views/app_frame/devise/unlocks/new.html.haml