demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_civilite.html.haml
2017-11-21 10:48:08 +01:00

10 lines
231 B
Text

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