2017-12-07 14:37:34 +01:00
|
|
|
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ, seen_at: seen_at }
|
2017-07-25 14:33:03 +02:00
|
|
|
|
2017-08-02 14:56:08 +02:00
|
|
|
= form.check_box :value,
|
|
|
|
{ required: champ.mandatory },
|
|
|
|
'on',
|
|
|
|
'off'
|
2017-07-25 14:33:03 +02:00
|
|
|
|
|
|
|
%br
|