mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 09:56:03 +01:00
8 lines
291 B
Text
8 lines
291 B
Text
.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
|