mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
7 lines
173 B
Text
7 lines
173 B
Text
|
= 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
|