2019-02-18 17:52:15 +01:00
|
|
|
%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-05-21 14:21:13 +02:00
|
|
|
= render partial: 'shared/attachment/show', locals: { attachment: dossier.justificatif_motivation.attachment }
|