Sha256: ad186ed7516c014011f8abeff041c24e1352408209b56ec851d89cb5c868a4ca

Contents?: true

Size: 561 Bytes

Versions: 16

Compression:

Stored size: 561 Bytes

Contents

- add_title :forgot_your_password.l
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post, class: 'form-horizontal' }) do |f|
  = devise_error_messages!
  .form-group
    = f.label :email, class: 'col-sm-2 control-label'
    .col-sm-2
      = f.email_field :email, autofocus: true, class: 'col-sm-offset-2 form-control'
  .form-group
    .col-sm-2
    .col-sm-2
      .col-sm-offset-2
        = f.submit :send_me_reset_password_instructions.l, class: 'btn btn-primary'
- add_widget do
  = render 'devise/shared/links'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
paid_up-0.11.7 app/views/devise/passwords/new.html.haml
paid_up-0.11.6 app/views/devise/passwords/new.html.haml
paid_up-0.11.5 app/views/devise/passwords/new.html.haml
paid_up-0.11.4 app/views/devise/passwords/new.html.haml
paid_up-0.11.3 app/views/devise/passwords/new.html.haml
paid_up-0.11.2 app/views/devise/passwords/new.html.haml
paid_up-0.11.1 app/views/devise/passwords/new.html.haml
paid_up-0.11.0 app/views/devise/passwords/new.html.haml
paid_up-0.10.4 app/views/devise/passwords/new.html.haml
paid_up-0.10.3 app/views/devise/passwords/new.html.haml
paid_up-0.10.2 app/views/devise/passwords/new.html.haml
paid_up-0.10.1 app/views/devise/passwords/new.html.haml
paid_up-0.10.0 app/views/devise/passwords/new.html.haml
paid_up-0.9.16 app/views/devise/passwords/new.html.haml
paid_up-0.9.15 app/views/devise/passwords/new.html.haml
paid_up-0.9.14 app/views/devise/passwords/new.html.haml