Sha256: dce6060ad83020b2e9f1666029a3a34e182cf00e45c1795d94110ee8bd55cc9c
Contents?: true
Size: 426 Bytes
Versions: 7
Compression:
Stored size: 426 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
7 entries across 7 versions & 1 rubygems