1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-29 07:18:48 +09:00
whippy-edition/app/views/settings/show.html.haml

7 lines
173 B
Plaintext

= 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