diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-29 14:26:41 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-29 14:26:41 -0500 |
commit | 74290d4eb3f6771ad21d9e2c1d0a76d4f76bb263 (patch) | |
tree | a6309badafe748d3a0269d23a00411c8586299d3 /app/views/settings/preferences | |
parent | 02729ab3ae3f5a59b6c9b84bd24282e9a003e3d2 (diff) |
optional delayed publishing of roars for proofreading
Diffstat (limited to 'app/views/settings/preferences')
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 3 |
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 aeacd2830..f1e9656b6 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -31,6 +31,9 @@ = f.input :setting_always_local, as: :boolean, wrapper: :with_label = f.input :setting_default_sensitive, as: :boolean, wrapper: :with_label + .fields-group + = f.input :setting_delayed_roars, as: :boolean, wrapper: :with_label + %hr#settings_other/ .fields-group |