From 893c9bc9a91eb0cd247a64adfd9c0cdcf11de8ec Mon Sep 17 00:00:00 2001 From: KMY Date: Thu, 17 Aug 2023 11:49:31 +0900 Subject: [PATCH] Fix test error --- app/views/admin/settings/discovery/show.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/admin/settings/discovery/show.html.haml b/app/views/admin/settings/discovery/show.html.haml index 4182a6d5fc..759bbdcebe 100644 --- a/app/views/admin/settings/discovery/show.html.haml +++ b/app/views/admin/settings/discovery/show.html.haml @@ -32,9 +32,6 @@ .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') - .fields-group - = f.input :noai, as: :boolean, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_noai'), hint: I18n.t('simple_form.hints.defaults.setting_noai') - %h4= t('admin.settings.discovery.publish_statistics') .fields-group