Local accounts can control "silenced" attribute which removes them from public timeline

This commit is contained in:
Eugen Rochko 2016-11-21 23:05:11 +01:00
parent 7abbb02824
commit 1788164352
5 changed files with 5 additions and 1 deletions

View file

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