Change preferences page into appearance, notifications, and other (#10977)

This commit is contained in:
Eugen Rochko
2019-06-07 03:39:24 +02:00
committed by GitHub
parent a60364ca7d
commit 1db4117030
100 changed files with 130 additions and 296 deletions

View File

@ -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/