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