Retrospring/app/views/settings/_privacy.haml

9 lines
291 B
Plaintext
Raw Normal View History

2020-04-25 08:04:23 -07:00
.card
.card-body
= bootstrap_form_for(current_user, url: { action: "edit_privacy" }, method: :patch) do |f|
= f.check_box :privacy_allow_anonymous_questions
= f.check_box :privacy_allow_public_timeline
= f.check_box :privacy_allow_stranger_answers
2020-04-25 08:04:23 -07:00
= f.primary