about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-21 20:21:20 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-21 20:21:20 -0500
commitbca5a3073f3f6bee2c64f3e199e9e56d0dd7ff7e (patch)
tree748dc4ebe2704cedae2d54768927d8f43cd580a1 /app/views
parentd9073f132b041fae818ae3894503065de123f257 (diff)
privacy - add option to disable public activitypub outbox
Diffstat (limited to 'app/views')
-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 5d5a277d2..79bf40887 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -45,6 +45,7 @@
 
   .fields-group
     = f.input :setting_max_public_history, collection: [1, 3, 6, 7, 14, 30, 60, 90, 180, 365, 730, 1095, 2190], wrapper: :with_label, include_blank: false, label_method: lambda { |item| safe_join([t("simple_form.labels.defaults.setting_max_public_history_#{item}")]) }, selected: current_user.max_public_history.to_i
+    = f.input :setting_hide_public_outbox, as: :boolean, wrapper: :with_label
 
   - unless Setting.hide_followers_count
     .fields-group