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

3 lines
248 B
Text
Raw Normal View History

2017-04-06 19:10:25 +02:00
%input{ type: 'hidden', name:"champs['#{champ.id}']", id: "champs_#{champ.id}", value: '' }
%input{ type: 'checkbox', style:'margin-left: 15px;', name:"champs['#{champ.id}']", id: "champs_#{champ.id}", checked: ('checked' if champ.value == 'on') }