Sha256: b4665ecffd89ba7c68a804e3c7abb167a26d2abeee1a7ed6f5becfd165db9a78

Contents?: true

Size: 862 Bytes

Versions: 16

Compression:

Stored size: 862 Bytes

Contents

- add_title :change_your_password.l
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put, class: 'form-horizontal' }) do |f|
  = devise_error_messages!
  = f.hidden_field :reset_password_token
  .form-group
    = f.label :password, "New password", class: 'col-sm-2 control-label'
    .col-sm-2
      = f.password_field :password, autofocus: true, autocomplete: "off", class: 'col-sm-offset-2 form-control'
  .form-group
    = f.label :password_confirmation, "Confirm new password", class: 'col-sm-2 control-label'
    .col-sm-2
      = f.password_field :password_confirmation, autocomplete: "off", class: 'col-sm-offset-2 form-control'
  .form-group
    .col-sm-2
    .col-sm-2
      .col-sm-offset-2
        = f.submit :change_your_password.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/edit.html.haml
paid_up-0.11.6 app/views/devise/passwords/edit.html.haml
paid_up-0.11.5 app/views/devise/passwords/edit.html.haml
paid_up-0.11.4 app/views/devise/passwords/edit.html.haml
paid_up-0.11.3 app/views/devise/passwords/edit.html.haml
paid_up-0.11.2 app/views/devise/passwords/edit.html.haml
paid_up-0.11.1 app/views/devise/passwords/edit.html.haml
paid_up-0.11.0 app/views/devise/passwords/edit.html.haml
paid_up-0.10.4 app/views/devise/passwords/edit.html.haml
paid_up-0.10.3 app/views/devise/passwords/edit.html.haml
paid_up-0.10.2 app/views/devise/passwords/edit.html.haml
paid_up-0.10.1 app/views/devise/passwords/edit.html.haml
paid_up-0.10.0 app/views/devise/passwords/edit.html.haml
paid_up-0.9.16 app/views/devise/passwords/edit.html.haml
paid_up-0.9.15 app/views/devise/passwords/edit.html.haml
paid_up-0.9.14 app/views/devise/passwords/edit.html.haml