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

3 lines
164 B
Text
Raw Normal View History

2019-05-21 14:21:13 +02:00
- if dossier.present? && dossier.justificatif_motivation.attached?
= render Attachment::ShowComponent.new(attachment: dossier.justificatif_motivation.attachment)