about summary refs log tree commit diff
path: root/app/views/settings/preferences/appearance
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-09-20 17:02:15 -0500
committerFire Demon <firedemon@creature.cafe>2020-09-20 17:02:15 -0500
commit583fd2c1fd4323d0b9532fa0f9fe88669ced6ebc (patch)
treebc4ef24d82bc982f5b512c6bf8bf0fdfbec6d1b6 /app/views/settings/preferences/appearance
parent69473c4fbec7775cae2badfeb16990aa0e9e85a4 (diff)
[Privacy, UI] Split privacy-related preferences into Privacy options section; add option to disable RSS
Diffstat (limited to 'app/views/settings/preferences/appearance')
-rw-r--r--app/views/settings/preferences/appearance/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/preferences/appearance/show.html.haml b/app/views/settings/preferences/appearance/show.html.haml
index 48031a973..87e7b91c5 100644
--- a/app/views/settings/preferences/appearance/show.html.haml
+++ b/app/views/settings/preferences/appearance/show.html.haml
@@ -17,6 +17,9 @@
   %p.hint= t 'appearance.advanced_web_interface_hint'
 
   .fields-group
+    = f.input :setting_aggregate_reblogs, as: :boolean, wrapper: :with_label, recommended: true
+
+  .fields-group
     = f.input :setting_advanced_layout, as: :boolean, wrapper: :with_label, hint: false
 
   %h4= t 'appearance.animations_and_accessibility'