about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-12-19 19:41:02 -0600
committermultiple creatures <dev@multiple-creature.party>2019-12-19 19:41:02 -0600
commit32d998b62333a768af3a274d265fd02483ce15de (patch)
tree8245f97e61ae116a9eb73512e7542ef703dedacc /app/views
parent1fecec8fb6d1441078cf0cf36597007c53e81e6b (diff)
add preference options to a: hide boosts globally, & b: show only packmates across all timelines - works in all client apps
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/preferences/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml
index 74a643c14..f45d66724 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -47,6 +47,8 @@
 
   .fields-group
     = f.input :setting_rawr_federated, as: :boolean, wrapper: :with_label
+    = f.input :setting_hide_boosts, as: :boolean, wrapper: :with_label
+    = f.input :setting_only_known, as: :boolean, wrapper: :with_label
 
   %hr/