diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-11 20:15:04 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-12-11 20:15:04 +0100 |
commit | dcae9edb1478aca54abd31ce03bb59ba4666065e (patch) | |
tree | 0b9c7f9869a489262804bde1f3a18544ffde9532 /app/views/admin | |
parent | 5d95e6debb496bb4ebba91afc043219c116d3ca2 (diff) | |
parent | 736b4283b0936134e83092f8b16d686f6478a51f (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/settings/discovery/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/settings/discovery/show.html.haml b/app/views/admin/settings/discovery/show.html.haml index 3983b563b..25b34acef 100644 --- a/app/views/admin/settings/discovery/show.html.haml +++ b/app/views/admin/settings/discovery/show.html.haml @@ -26,6 +26,9 @@ .fields-group = f.input :timeline_preview, as: :boolean, wrapper: :with_label + .fields-group + = f.input :noindex, as: :boolean, wrapper: :with_label, label: t('admin.settings.default_noindex.title'), hint: t('admin.settings.default_noindex.desc_html') + %h4= t('admin.settings.discovery.follow_recommendations') .fields-group |