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

9 lines
238 B
Text
Raw Normal View History

2017-02-14 14:34:00 +01:00
%div
%label.radio-inline
= radio_button_tag "champs['#{champ.id}']", "true", champ.object.value == 'true'
2017-02-14 14:34:00 +01:00
Oui
2016-07-12 15:25:26 +02:00
2017-02-14 14:34:00 +01:00
%label.radio-inline
= radio_button_tag "champs['#{champ.id}']", "false", champ.object.value == 'false'
2017-04-04 15:27:04 +02:00
Non