demarches-normaliennes/app/views/users/dossiers/show/_download_justificatif.html.haml

3 lines
180 B
Text
Raw Normal View History

2019-05-21 14:21:13 +02:00
- if dossier.present? && dossier.justificatif_motivation.attached?
= render partial: "shared/attachment/show", locals: { attachment: dossier.justificatif_motivation.attachment }