Removed profile directory toggle in profile settings

fixes: #69
This commit is contained in:
mgabdev 2019-08-20 15:02:31 -04:00
parent a78a084be9
commit 00246a2205
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@
.fields-group
= f.input :bot, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.bot')
- if Setting.profile_directory
.fields-group
= f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.discoverable_html', min_followers: Account::MIN_FOLLOWERS_DISCOVERY, path: explore_path)
%hr.spacer/
.fields-row