about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-12-21 13:59:38 -0600
committermultiple creatures <dev@multiple-creature.party>2019-12-21 13:59:38 -0600
commit5f92c6429fac98e5c9e3b02d158b6d4eab89945d (patch)
tree7ffa8f2d41288c88ba8720a42d747924fa371e10 /app/views
parent8312a6e51017498c417070cbcbf115da184b786d (diff)
add option to only apply phrase filters to timelines
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/preferences/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml
index 8f4563fde..80ad6c109 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -47,6 +47,9 @@
 
   .fields-group
     = f.input :invert_filters, as: :boolean, wrapper: :with_label
+    = f.input :filter_timelines_only, as: :boolean, wrapper: :with_label
+
+  .fields-group
     = f.input :setting_rawr_federated, as: :boolean, wrapper: :with_label
     = f.input :hide_boosts, as: :boolean, wrapper: :with_label
     = f.input :only_known, as: :boolean, wrapper: :with_label