Avis : display introduction file to experts
This commit is contained in:
parent
84886ac379
commit
f1525a798f
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
|||
- if avis.revokable_by?(current_instructeur)
|
||||
|
|
||||
= link_to(t('revoke', scope: 'helpers.label'), revoquer_instructeur_avis_path(avis.procedure, avis), data: { confirm: t('revoke', scope: 'helpers.confirmation', email: avis.expert.email) }, method: :patch)
|
||||
- if avis.introduction_file.attached?
|
||||
= render partial: 'shared/attachment/show', locals: { attachment: avis.introduction_file.attachment }
|
||||
.answer-body.mb-3
|
||||
%p #{t('views.instructeurs.avis.introduction_file_explaination')} #{avis.claimant.email}
|
||||
|
||||
- if avis.piece_justificative_file.attached?
|
||||
= render partial: 'shared/attachment/show', locals: { attachment: avis.piece_justificative_file.attachment }
|
||||
.answer-body
|
||||
|
|
Loading…
Add table
Reference in a new issue