demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_champ.html.haml
2017-12-15 10:50:58 +01:00

6 lines
295 B
Text

.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 }