Fix: image download dont open -> download

pull/4482/head
David Arnold 5 years ago committed by Denis Perov
parent 31d7fbe5fb
commit 72abf50b36
  1. 2
      client/components/cards/attachments.jade

@ -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…
Cancel
Save