Add trends UI with admin and user settings (#11502)

This commit is contained in:
Eugen Rochko
2019-08-06 17:57:52 +02:00
committed by GitHub
parent 82d2069c75
commit 9072fe5ab6
21 changed files with 189 additions and 13 deletions

View File

@ -68,6 +68,9 @@
.fields-group
= f.input :profile_directory, as: :boolean, wrapper: :with_label, label: t('admin.settings.profile_directory.title'), hint: t('admin.settings.profile_directory.desc_html')
.fields-group
= f.input :trends, as: :boolean, wrapper: :with_label, label: t('admin.settings.trends.title'), hint: t('admin.settings.trends.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')