about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-09-21 21:15:33 -0500
committerFire Demon <firedemon@creature.cafe>2020-09-21 21:15:33 -0500
commit6fedf5a6e283a7a615920b48da40aa5d9ef1fd4e (patch)
tree4adffe4b81a8b1410f836cc8e46a8efb9464d58d /app/views
parent1575d744fb45605b918f75ebb9ea67e53cb774a2 (diff)
Add option to filter boosts from home timeline at backend level
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/preferences/filters/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/preferences/filters/show.html.haml b/app/views/settings/preferences/filters/show.html.haml
index 20787d164..5794859b6 100644
--- a/app/views/settings/preferences/filters/show.html.haml
+++ b/app/views/settings/preferences/filters/show.html.haml
@@ -10,6 +10,9 @@
   %h4= t 'preferences.filtering'
 
   .fields-group
+    = f.input :setting_no_boosts_home, as: :boolean, wrapper: :with_label
+
+  .fields-group
     = f.input :setting_filter_from_unknown, as: :boolean, wrapper: :with_label
 
   %h4= t 'preferences.public_timelines'