Add admin setting to disable followers count

This commit is contained in:
Thibaut Girka
2018-12-17 20:36:30 +01:00
committed by ThibG
parent 0cd367e295
commit a1c56fcef1
10 changed files with 29 additions and 11 deletions

View File

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