Sha256: da3e186fca2c63c274035e5f3f2a25174ce723c51de3f79f1777a845aea19b3c
Contents?: true
Size: 660 Bytes
Versions: 19
Compression:
Stored size: 660 Bytes
Contents
= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| h2= t 'admin.auth.passwords.edit.title' = f.error_notification = f.input :reset_password_token, as: :hidden = f.full_error :reset_password_token .form-inputs = f.input :password, label: t('admin.auth.passwords.edit.password'), required: true = f.input :password_confirmation, label: t('admin.auth.passwords.edit.password_confirmation'), required: true = f.button :submit, t('admin.auth.passwords.edit.button'), class: 'btn-primary btn-large' br br = link_to t('admin.auth.sessions.title'), new_session_path(resource_name)
Version data entries
19 entries across 19 versions & 1 rubygems