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

10 lines
228 B
Text

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
%div
%label
= form.radio_button :value, 'M.'
Monsieur
%label
= form.radio_button :value, 'Mme.'
Madame