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