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

11 lines
231 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 }
2017-11-17 19:29:51 +01:00
.radios
%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