diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-21 23:05:11 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-21 23:06:41 +0100 |
commit | 1788164352db23917c540e42a839908ecc4e0463 (patch) | |
tree | 58c7a35aadd7abd7ce76eddd40579c311122cda3 /app/views/settings | |
parent | 7abbb02824faff2c889197df0e45c11bd9aeca07 (diff) |
Local accounts can control "silenced" attribute which removes them from public timeline
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index c2f1adb12..e5f8a46c4 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -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 |