about summary refs log tree commit diff
path: root/app/views/admin/settings/discovery
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-12-11 20:15:04 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-12-11 20:15:04 +0100
commitdcae9edb1478aca54abd31ce03bb59ba4666065e (patch)
tree0b9c7f9869a489262804bde1f3a18544ffde9532 /app/views/admin/settings/discovery
parent5d95e6debb496bb4ebba91afc043219c116d3ca2 (diff)
parent736b4283b0936134e83092f8b16d686f6478a51f (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/admin/settings/discovery')
-rw-r--r--app/views/admin/settings/discovery/show.html.haml3
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