demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_champ.html.haml

7 lines
295 B
Text
Raw Normal View History

.champ
- if is_not_header_nor_explication?(champ)
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ, seen_at: seen_at }
= render partial: "new_gestionnaire/dossiers/champs/#{champ.type_champ}",
locals: { champ: champ, form: form }