Add option to opt out of search engines on public profile/status pages (#4199)

This commit is contained in:
Eugen Rochko
2017-07-14 16:41:02 +02:00
committed by GitHub
parent 999170d898
commit c42092ba7a
11 changed files with 30 additions and 0 deletions

View File

@ -40,6 +40,9 @@
= ff.input :must_be_follower, as: :boolean, wrapper: :with_label
= ff.input :must_be_following, as: :boolean, wrapper: :with_label
.fields-group
= f.input :setting_noindex, as: :boolean, wrapper: :with_label
.fields-group
= f.input :setting_boost_modal, as: :boolean, wrapper: :with_label
= f.input :setting_delete_modal, as: :boolean, wrapper: :with_label