demarches-normaliennes/app/views/users/dossiers/show/_download_justificatif.html.haml
2019-05-22 14:11:08 +02:00

2 lines
180 B
Text

- if dossier.present? && dossier.justificatif_motivation.attached?
= render partial: "shared/attachment/show", locals: { attachment: dossier.justificatif_motivation.attachment }