ajout de plus d'informations utilisateur pour télécharger le justificatif

This commit is contained in:
clemkeirua 2019-05-15 11:02:26 +02:00
parent 3c757cd731
commit 131f1aacc4

View file

@ -1,7 +1,16 @@
- if dossier.present?
- justificatif = dossier.justificatif_motivation
- if dossier.justificatif_motivation.attached? and dossier.justificatif_motivation.virus_scanner.safe?
- if justificatif.attached?
- if justificatif.virus_scanner.safe?
.action
= link_to (justificatif), target: '_blank', class: 'button primary' do
%span.icon.download
Télécharger le justificatif
- else
%p
Un justificatif a été joint.
- if justificatif.virus_scanner.pending?
L'analyse antivirus de ce document est en cours.
= link_to "rafraichir", request.path
- if justificatif.virus_scanner.infected?
Il semble contenir un virus : merci de contacter l'administration pour lui demander un autre justificatif.