8 lines
232 B
Text
8 lines
232 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
|
|
|
|
%input{ type: 'checkbox',
|
|
name: "champs['#{champ.id}']",
|
|
id: "champs_#{champ.id}",
|
|
checked: ('checked' if champ.value == 'on') }
|
|
|
|
%br
|