Add type_de_champ yes/no

This commit is contained in:
Xavier J 2016-07-12 15:25:26 +02:00
parent 7281ee74b2
commit 23e582d597
4 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,7 @@
%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