mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
Fixed - don't open swipebox on update card cover - download file - delete file
This commit is contained in:
parent
e2f768c6a0
commit
245d262705
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ template(name="attachmentDeletePopup")
|
||||||
template(name="attachmentsGalery")
|
template(name="attachmentsGalery")
|
||||||
.attachments-galery
|
.attachments-galery
|
||||||
each attachments
|
each attachments
|
||||||
a.attachment-item.swipebox(href="{{url}}" title="{{name}}")
|
.attachment-item
|
||||||
.attachment-thumbnail
|
a.attachment-thumbnail.swipebox(href="{{url}}" title="{{name}}")
|
||||||
if isUploaded
|
if isUploaded
|
||||||
if isImage
|
if isImage
|
||||||
img.attachment-thumbnail-img(src="{{url}}")
|
img.attachment-thumbnail-img(src="{{url}}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue