Sha256: 67b3633e1bdc343e69492dacbc26e068743bb68d0aa4dd88996872420ea469c7
Contents?: true
Size: 441 Bytes
Versions: 20
Compression:
Stored size: 441 Bytes
Contents
.page-header h1 Reset Your Password = simple_form_for(@user, url: reset_password_path(@user)) do |f| = f.error_notification .form-inputs = f.input :email, disabled: true = f.input :password, label: 'New Password', required: true, autofocus: 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
20 entries across 20 versions & 1 rubygems