demarches-normaliennes/app/views/shared/dossiers/_champs.html.haml

7 lines
335 B
Text

%table.table.vertical.dossier-champs
%tbody
- if dossier.procedure.routee?
%th= dossier.procedure.routing_criteria_name
%td= dossier.groupe_instructeur.label
%td
= render partial: "shared/dossiers/champ_row", locals: { champs: champs, demande_seen_at: demande_seen_at, profile: profile, repetition: false }