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

11 lines
633 B
Text
Raw Normal View History

%table.table.vertical.dossier-champs
2017-07-11 16:50:29 +02:00
%tbody
- if dossier.show_groupe_instructeur_details?
%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)
2019-01-30 17:20:02 +01:00
= render partial: "shared/dossiers/champ_row", locals: { champs: champs, demande_seen_at: demande_seen_at, profile: profile, repetition: false }