8 lines
201 B
Text
8 lines
201 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ, seen_at: seen_at }
|
|
|
|
= form.check_box :value,
|
|
{ required: champ.mandatory },
|
|
'on',
|
|
'off'
|
|
|
|
%br
|