diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-04-29 00:54:44 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:22 -0500 |
commit | db67333d626cc8ce1a50fe1c0908c186d5382c79 (patch) | |
tree | 62ab442406d9123e3dedde063f086852c0076793 /app/views/settings | |
parent | 933d7afa873a0440c302ec767162fe726c46f0f0 (diff) |
Add option to filter packmate thread branches where you don't follow all the participants.
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index 48d28e17d..634cd53ff 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -70,6 +70,7 @@ = f.input :setting_hide_mntions_muted, as: :boolean, wrapper: :with_label = f.input :setting_hide_mntions_blocked, as: :boolean, wrapper: :with_label = f.input :setting_hide_mntions_blocker, as: :boolean, wrapper: :with_label + = f.input :setting_hide_mntions_packm8, as: :boolean, wrapper: :with_label .fields-group = f.input :setting_unfollow_modal, as: :boolean, wrapper: :with_label |