Remove spam check and dependency on nilsimsa gem (#16011)

This commit is contained in:
Eugen Rochko
2021-04-11 11:22:50 +02:00
committed by GitHub
parent 7183d9a113
commit 619fad6cf8
13 changed files with 0 additions and 429 deletions

View File

@ -92,9 +92,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 :spam_check_enabled, as: :boolean, wrapper: :with_label, label: t('admin.settings.spam_check_enabled.title'), hint: t('admin.settings.spam_check_enabled.desc_html')
%hr.spacer/
.fields-group