From 00246a22052bcb5f568b3471295bbc7ea3d6c7fd Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 20 Aug 2019 15:02:31 -0400 Subject: [PATCH] Removed profile directory toggle in profile settings fixes: #69 --- app/views/settings/profiles/show.html.haml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 085d849e..115d8474 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -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