7 lines
206 B
Text
7 lines
206 B
Text
|
%label.radio-inline
|
||
|
= radio_button_tag "champs['#{champ.id}']", "true", champ.value == 'true'
|
||
|
Oui
|
||
|
|
||
|
%label.radio-inline
|
||
|
= radio_button_tag "champs['#{champ.id}']", "false", champ.value == 'false'
|
||
|
Non
|