diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-11 20:42:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 20:42:45 +0100 |
commit | b0ef980aa17868f18089233060900aa5d5632863 (patch) | |
tree | 0b9c7f9869a489262804bde1f3a18544ffde9532 /app | |
parent | 5d95e6debb496bb4ebba91afc043219c116d3ca2 (diff) | |
parent | dcae9edb1478aca54abd31ce03bb59ba4666065e (diff) |
Merge pull request #2005 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app')
-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 |