You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
302 B

  1. - content_for :page_title do
  2. Edit profile
  3. = simple_form_for @account, url: settings_path, method: :put do |f|
  4. = f.error_notification
  5. .form-inputs
  6. = f.input :display_name
  7. = f.input :note
  8. = f.input :avatar
  9. = f.input :header
  10. .form-actions
  11. = f.button :submit, 'Save changes'