2019-02-18 17:52:15 +01:00
|
|
|
%table.table.vertical.dossier-champs
|
|
|
|
%tbody
|
|
|
|
%tr
|
2021-12-21 12:28:17 +01:00
|
|
|
%td.libelle Déposé le :
|
2021-12-06 15:49:17 +01:00
|
|
|
%td= l(dossier.depose_at, format: '%d %B %Y')
|
2019-02-18 17:52:15 +01:00
|
|
|
- if dossier.justificatif_motivation.attached?
|
|
|
|
%tr
|
2021-12-21 12:28:17 +01:00
|
|
|
%td.libelle Justificatif :
|
2019-02-18 17:52:15 +01:00
|
|
|
%td
|
|
|
|
.action
|
2022-05-06 12:24:01 +02:00
|
|
|
= render Attachment::ShowComponent.new(attachment: dossier.justificatif_motivation.attachment)
|