demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_civilite.html.haml
2017-09-06 11:11:29 +02:00

10 lines
306 B
Text

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
%div
%label
= radio_button_tag "champs['#{champ.id}']", "M.", champ.value == 'Mme' ? false : true
Monsieur
%label
= radio_button_tag "champs['#{champ.id}']", "Mme", champ.value == 'Mme'
Madame