about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-10-27 14:02:05 -0500
committermultiple creatures <dev@multiple-creature.party>2019-10-27 14:02:05 -0500
commitaf9b9777af9601bb2de857e6e4fea0b07d699108 (patch)
tree52d5135e5d8b2e00b64fa8b4db73d176714af251 /app/views
parent50401161a55fc46cbfcc4e9bcb7834f5482c05a8 (diff)
add profile option to (locally) block anonymous views of public posts
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/profiles/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml
index 9a68e82e9..4fabfb9f4 100644
--- a/app/views/settings/profiles/show.html.haml
+++ b/app/views/settings/profiles/show.html.haml
@@ -25,6 +25,7 @@
     = f.input :hidden, as: :boolean, wrapper: :with_label
     = f.input :unlisted, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.unlisted')
     = f.input :replies, as: :boolean, wrapper: :with_label
+    = f.input :block_anon, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.block_anon')
 
   .fields-group
     = f.input :adult_content, as: :boolean, wrapper: :with_label