diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-27 14:02:05 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-27 14:02:05 -0500 |
commit | af9b9777af9601bb2de857e6e4fea0b07d699108 (patch) | |
tree | 52d5135e5d8b2e00b64fa8b4db73d176714af251 /app/views | |
parent | 50401161a55fc46cbfcc4e9bcb7834f5482c05a8 (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.haml | 1 |
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 |