ajout de plus d'informations utilisateur pour télécharger le justificatif
This commit is contained in:
parent
3c757cd731
commit
131f1aacc4
1 changed files with 14 additions and 5 deletions
|
@ -1,7 +1,16 @@
|
||||||
- if dossier.present?
|
- if dossier.present?
|
||||||
- justificatif = dossier.justificatif_motivation
|
- justificatif = dossier.justificatif_motivation
|
||||||
- if dossier.justificatif_motivation.attached? and dossier.justificatif_motivation.virus_scanner.safe?
|
- if justificatif.attached?
|
||||||
.action
|
- if justificatif.virus_scanner.safe?
|
||||||
= link_to (justificatif), target: '_blank', class: 'button primary' do
|
.action
|
||||||
%span.icon.download
|
= link_to (justificatif), target: '_blank', class: 'button primary' do
|
||||||
Télécharger le justificatif
|
%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.
|
||||||
|
|
Loading…
Reference in a new issue