mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Fix: image download dont open -> download
This commit is contained in:
parent
31d7fbe5fb
commit
72abf50b36
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ template(name="attachmentsGalery")
|
|||
= name
|
||||
span.file-size ({{fileSize size}} KB)
|
||||
span.attachment-details-actions
|
||||
a.js-download(href="{{link}}?download=true")
|
||||
a.js-download(href="{{link}}?download=true", download="{{name}}")
|
||||
i.fa.fa-download
|
||||
| {{_ 'download'}}
|
||||
if currentUser.isBoardMember
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue