Sha256: f2a26ebb90653d63f8ab957e066f723e5914bf9a811b8784e077c341261c7d7b
Contents?: true
Size: 607 Bytes
Versions: 52
Compression:
Stored size: 607 Bytes
Contents
- title 'Change Password' .form-container .section-title Change Your %span.emphasized Password = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| = f.error_notification = f.input :reset_password_token, as: :hidden = f.full_error :reset_password_token .form-inputs = f.input :password, label: "New Password", required: true, autofocus: true = f.input :password_confirmation, label: "Confirm", required: true .form-actions = f.button :submit, "Change My Password" = render "devise/shared/links"
Version data entries
52 entries across 52 versions & 1 rubygems