From ba51d3f135645e5f6d39f9fd0c03eaa03434bc5f Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 24 Mar 2019 20:19:22 -0500 Subject: add option to show raw world timeline --- app/views/settings/preferences/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views') 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 @@ -33,6 +33,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 -- cgit