demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_civilite.html.haml

11 lines
228 B
Text
Raw Normal View History

2017-08-02 14:56:08 +02:00
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
%div
%label
2017-08-02 14:56:08 +02:00
= form.radio_button :value, 'M.'
Monsieur
%label
2017-08-02 14:56:08 +02:00
= form.radio_button :value, 'Mme.'
Madame