Sha256: a65e3dde0894491fc8b43819cf86b02190a6d3c8317905891e630e7baa675521
Contents?: true
Size: 624 Bytes
Versions: 10
Compression:
Stored size: 624 Bytes
Contents
.section .container .section-title Change your password .form-container = 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
10 entries across 10 versions & 1 rubygems