diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-07 03:39:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 03:39:24 +0200 |
commit | 1db4117030ac69b1083ddfe7390dedb02cede421 (patch) | |
tree | a5d97d8f2046ab8455f108770570c3b3a5ba8bac /app/views/settings/profiles | |
parent | a60364ca7d26c82c9353980d0966d37e9aa66014 (diff) |
Change preferences page into appearance, notifications, and other (#10977)
Diffstat (limited to 'app/views/settings/profiles')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 8ffb01824..f8a8fddd3 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -28,7 +28,7 @@ - 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) + = 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), recommended: true %hr.spacer/ |