about summary refs log tree commit diff
path: root/app/views/settings/show.html.haml
blob: ac5a1c36fb8b4f3217a9524b5f13362f1887455b (plain) (blame)
1
2
3
4
5
6
= simple_form_for @account, url: settings_path, method: :put do |f|
  = f.input :display_name
  = f.input :note
  = f.input :avatar
  = f.input :header
  = f.button :submit