Sha256: e485c0ad69d113761cb8df30b3aff13da5d4ca7232324c913e51e935d83ec7b1
Contents?: true
Size: 826 Bytes
Versions: 2
Compression:
Stored size: 826 Bytes
Contents
= bootstrap_devise_error_messages! .panel.panel-default.devise-bs .panel-heading %h4= t('.change_your_password', default: 'Change your password') .panel-body = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put, role: 'form' }) do |f| = f.hidden_field :reset_password_token .form-group = f.label :password, t('.new_password', default: 'New password') = f.password_field :password, autofocus: true, class: 'form-control' .form-group = f.label :password_confirmation, t('.confirm_new_password', default: 'Confirm new password') = f.password_field :password_confirmation, class: 'form-control' = f.submit t('.change_my_password', default: 'Change my password'), class: 'btn btn-primary' = render 'devise/shared/links'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-views-0.0.11 | app/views/haml/passwords/edit.html.haml |
devise-bootstrap-views-0.0.10 | app/views/haml/passwords/edit.html.haml |