Allow turning keybase off instance-wide

This commit is contained in:
Thibaut Girka
2019-04-17 21:50:18 +02:00
committed by ThibG
parent e3c1472040
commit d83068016b
7 changed files with 22 additions and 0 deletions

View File

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