about summary refs log tree commit diff
path: root/app/views/settings/preferences/show.html.haml
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-03-24 20:19:22 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:21 -0500
commitba51d3f135645e5f6d39f9fd0c03eaa03434bc5f (patch)
tree5b9105adbfb4a7e0adc140fccc85f1f8d260c5b5 /app/views/settings/preferences/show.html.haml
parent3e8d7fd5f8264ed5e59cbed5d2fb5572590ab774 (diff)
add option to show raw world timeline
Diffstat (limited to 'app/views/settings/preferences/show.html.haml')
-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 2ed325b19..a292a4f66 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -34,6 +34,9 @@
   %hr#settings_other/
 
   .fields-group
+    = f.input :setting_rawr_federated, as: :boolean, wrapper: :with_label
+
+  .fields-group
     = f.input :setting_noindex, as: :boolean, wrapper: :with_label
 
   .fields-group