[FIX #558] Attestation: fix access with multiple logins

This commit is contained in:
Simon Lehericey 2017-07-06 19:54:16 +02:00
parent a8528b2749
commit b2ba5c597d

View file

@ -11,7 +11,7 @@
= image_tag('pdf.svg', width: '20px')
%p.title= dossier.attestation.title
%p.delivery Délivrée le #{l(dossier.attestation.created_at, format: '%d %B %Y')}
- if user_signed_in?
- if user_signed_in? && current_user == dossier.user
= link_to 'Télécharger', dossier_attestation_path(dossier), target: '_blank', class: 'btn btn-primary'
- else
= link_to 'Télécharger', procedure_dossier_attestation_path(dossier.procedure, dossier), target: '_blank', class: 'btn btn-primary'