about summary refs log tree commit diff
path: root/app/views/settings
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2020-02-04 20:12:06 -0600
committermultiple creatures <dev@multiple-creature.party>2020-02-04 20:12:06 -0600
commitf867348ed6fc180d538f9dd4ef6f6df66b31ab93 (patch)
treeb8ea27a2ae2732366fe5865f933228073d75e6bc /app/views/settings
parent6ddf5e72205dba7e31cd4f759bcda369f04c3b86 (diff)
fix rss endpoint & add option to enable it (off by default)
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/preferences/show.html.haml1
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 97ac59975..d9262fb3b 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -39,6 +39,7 @@
     = f.input :setting_always_local, as: :boolean, wrapper: :with_label
     = f.input :setting_hide_public_profile, as: :boolean, wrapper: :with_label
     = f.input :setting_hide_public_outbox, as: :boolean, wrapper: :with_label
+    = f.input :setting_allow_rss, as: :boolean, wrapper: :with_label
 
   %hr/