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

12 lines
387 B
Text
Raw Normal View History

%table.table.vertical.dossier-champs
%tbody
%tr
%th.libelle Déposé le :
%td= l(dossier.en_construction_at, format: '%d %B %Y')
- if dossier.justificatif_motivation.attached?
%tr
%th.libelle Justificatif :
%td
.action
2019-03-28 16:31:34 +01:00
= render partial: 'shared/piece_jointe/pj_link', locals: { object: dossier, pj: dossier.justificatif_motivation }