Retrospring/app/views/settings/_privacy.haml

9 lines
291 B
Plaintext

.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
= f.primary