Sha256: bb182e6e29df29a9dbe590fcb0450c5194d1eecfe5ab80f87de93166c8bd8d3f
Contents?: true
Size: 869 Bytes
Versions: 2
Compression:
Stored size: 869 Bytes
Contents
<div class="wrapper"> <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { class: 'form-signin', method: :put }) do |f| %> <h2 class="form-signin-heading">KMS</h2> <h4>Change your password</h4> <%= devise_error_messages! %> <%= f.hidden_field :reset_password_token %> <% if @minimum_password_length %> <em>(<%= @minimum_password_length %> characters minimum)</em><br /> <% end %> <%= f.password_field :password, autofocus: true, autocomplete: "off", class: 'form-control', placeholder: 'Password' %> <%= f.password_field :password_confirmation, autocomplete: "off", class: 'form-control', placeholder: 'Password confirmation' %> <%= f.submit "Change my password", class: "btn btn-lg btn-primary btn-block" %> <br> <%= render "devise/shared/links" %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kms-0.9.0 | app/views/devise/passwords/edit.html.erb |
kms-0.8.0 | app/views/devise/passwords/edit.html.erb |