|
|
@ -8,6 +8,7 @@ |
|
|
|
= f.input :note, placeholder: t('simple_form.labels.defaults.note') |
|
|
|
= f.input :note, placeholder: t('simple_form.labels.defaults.note') |
|
|
|
= f.input :avatar, wrapper: :with_label |
|
|
|
= f.input :avatar, wrapper: :with_label |
|
|
|
= f.input :header, wrapper: :with_label |
|
|
|
= f.input :header, wrapper: :with_label |
|
|
|
|
|
|
|
= f.input :silenced, as: :boolean, wrapper: :with_label |
|
|
|
|
|
|
|
|
|
|
|
.actions |
|
|
|
.actions |
|
|
|
= f.button :button, t('generic.save_changes'), type: :submit |
|
|
|
= f.button :button, t('generic.save_changes'), type: :submit |
|
|
|