dossier: add download icon to attestation link
This commit is contained in:
parent
27727eabf3
commit
a7cb4b6514
5 changed files with 16 additions and 2 deletions
|
@ -39,7 +39,10 @@
|
|||
%blockquote= dossier.motivation
|
||||
|
||||
- if dossier.attestation.present?
|
||||
= link_to 'Télécharger l’attestation', attestation_dossier_path(dossier), target: '_blank', class: 'button primary'
|
||||
.action
|
||||
= link_to attestation_dossier_path(dossier), target: '_blank', class: 'button primary' do
|
||||
%span.icon.download
|
||||
Télécharger l’attestation
|
||||
|
||||
- elsif dossier.refuse?
|
||||
.refuse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue