7 lines
222 B
Text
7 lines
222 B
Text
|
%label.radio-inline
|
||
|
= radio_button_tag "champs['#{champ.id}']", "M.", champ.value == 'Mme' ? false : true
|
||
|
Monsieur
|
||
|
|
||
|
%label.radio-inline
|
||
|
= radio_button_tag "champs['#{champ.id}']", "Mme", champ.value == 'Mme'
|
||
|
Madame
|