Sha256: 6b6b42d54cfec53a3420f2ef21fd709eec3e06340683a04c8e4605c58ae2fb44

Contents?: true

Size: 862 Bytes

Versions: 57

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

57 entries across 57 versions & 1 rubygems

Version Path
paid_up-0.9.13 app/views/devise/passwords/edit.html.haml
paid_up-0.9.12 app/views/devise/passwords/edit.html.haml
paid_up-0.9.11 app/views/devise/passwords/edit.html.haml
paid_up-0.9.10 app/views/devise/passwords/edit.html.haml
paid_up-0.9.9 app/views/devise/passwords/edit.html.haml
paid_up-0.9.8 app/views/devise/passwords/edit.html.haml
paid_up-0.9.7 app/views/devise/passwords/edit.html.haml
paid_up-0.9.6 app/views/devise/passwords/edit.html.haml
paid_up-0.9.5 app/views/devise/passwords/edit.html.haml
paid_up-0.9.4 app/views/devise/passwords/edit.html.haml
paid_up-0.9.3 app/views/devise/passwords/edit.html.haml
paid_up-0.9.2 app/views/devise/passwords/edit.html.haml
paid_up-0.9.1 app/views/devise/passwords/edit.html.haml
paid_up-0.9.0 app/views/devise/passwords/edit.html.haml
paid_up-0.8.1 app/views/devise/passwords/edit.html.haml
paid_up-0.7.11 app/views/devise/passwords/edit.html.haml
paid_up-0.7.10 app/views/devise/passwords/edit.html.haml
paid_up-0.7.9 app/views/devise/passwords/edit.html.haml
paid_up-0.7.8 app/views/devise/passwords/edit.html.haml
paid_up-0.7.7 app/views/devise/passwords/edit.html.haml