Sha256: d5cac8397cc61f57b24ed21d40694ecf397ef8c34bff36c2a5394f26be597943
Contents?: true
Size: 471 Bytes
Versions: 9
Compression:
Stored size: 471 Bytes
Contents
.page-header h1 Reset Your Password = simple_form_for(@user, url: password_reset_path(@user)) do |f| = f.error_notification .form-inputs = f.input :email, disabled: true = f.input :password, required: true, autofocus: true = f.input :password_confirmation, required: true = hidden_field_tag :token, @token .form-actions = f.button :submit, 'Reset Password', class: 'btn btn-primary' ' = link_to 'Cancel', sign_in_path, class: 'btn'
Version data entries
9 entries across 9 versions & 1 rubygems