Sha256: 2268d6052631e28e2e850c83e332ae4a904b97967a81f5d286183ffa7864c3f2
Contents?: true
Size: 408 Bytes
Versions: 19
Compression:
Stored size: 408 Bytes
Contents
= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| h2= t 'admin.auth.passwords.new.title' = f.error_notification .form-inputs = f.input :email, required: true = f.button :submit, t('admin.auth.passwords.new.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