Sha256: 18a883174021c04047a05148b3c0c6af27c266a2b575eea2662895b39410d09b

Contents?: true

Size: 561 Bytes

Versions: 57

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

57 entries across 57 versions & 1 rubygems

Version Path
paid_up-0.7.6 app/views/devise/passwords/new.html.haml
paid_up-0.7.5 app/views/devise/passwords/new.html.haml
paid_up-0.7.4 app/views/devise/passwords/new.html.haml
paid_up-0.7.3 app/views/devise/passwords/new.html.haml
paid_up-0.7.2 app/views/devise/passwords/new.html.haml
paid_up-0.7.1 app/views/devise/passwords/new.html.haml
paid_up-0.7.0 app/views/devise/passwords/new.html.haml
paid_up-0.6.5 app/views/devise/passwords/new.html.haml
paid_up-0.6.4 app/views/devise/passwords/new.html.haml
paid_up-0.6.3 app/views/devise/passwords/new.html.haml
paid_up-0.6.2 app/views/devise/passwords/new.html.haml
paid_up-0.6.1 app/views/devise/passwords/new.html.haml
paid_up-0.6.0 app/views/devise/passwords/new.html.haml
paid_up-0.5.3 app/views/devise/passwords/new.html.haml
paid_up-0.5.2 app/views/devise/passwords/new.html.haml
paid_up-0.5.1 app/views/devise/passwords/new.html.haml
paid_up-0.5.0 app/views/devise/passwords/new.html.haml
paid_up-0.4.4 app/views/devise/passwords/new.html.haml
paid_up-0.4.3 app/views/devise/passwords/new.html.haml
paid_up-0.4.2 app/views/devise/passwords/new.html.haml