demarches-normaliennes/app/views/shared/dossiers/_champs.html.haml
2020-03-04 14:56:59 +01:00

10 lines
618 B
Text

%table.table.vertical.dossier-champs
%tbody
- if dossier.procedure.routee?
%th= dossier.procedure.routing_criteria_name
%td{ class: highlight_if_unseen_class(demande_seen_at, dossier.groupe_instructeur_updated_at) }= dossier.groupe_instructeur.label
%td.updated-at
%span{ class: highlight_if_unseen_class(demande_seen_at, dossier.groupe_instructeur_updated_at) }
modifié le
= try_format_datetime(dossier.updated_at)
= render partial: "shared/dossiers/champ_row", locals: { champs: champs, demande_seen_at: demande_seen_at, profile: profile, repetition: false }