Sha256: 9051c457091e88939e3636f0cfe44c1210d578f6f999f6af8c5a74e6441f565c
Contents?: true
Size: 994 Bytes
Versions: 52
Compression:
Stored size: 994 Bytes
Contents
- title 'Edit Account' .form-container %h1.section-title Edit %span.emphasized Account .form-container = simple_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| = f.error_notification .form-inputs = f.input :email, required: true, autofocus: true, wrapper_html: { class: 'input--half' } = f.input :current_password, required: true, wrapper_html: { class: 'input--half' } - if devise_mapping.confirmable? && resource.pending_reconfirmation? %p Currently waiting confirmation for: #{resource.unconfirmed_email} = f.input :password, autocomplete: "off", hint: "Leave blank if you don't want to change it", required: false, label: "New password", wrapper_html: { class: 'input--half' } = f.input :password_confirmation, required: false, label: "New password confirmation", wrapper_html: { class: 'input--half' } .form-actions.right = f.button :submit, "Update"
Version data entries
52 entries across 52 versions & 1 rubygems