demarches-normaliennes/app/views/users/description/champs/_yes_no.html.haml

7 lines
206 B
Text
Raw Normal View History

2016-07-12 15:25:26 +02:00
%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