mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +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")
|
||||
.attachments-galery
|
||||
each attachments
|
||||
a.attachment-item.swipebox(href="{{url}}" title="{{name}}")
|
||||
.attachment-thumbnail
|
||||
.attachment-item
|
||||
a.attachment-thumbnail.swipebox(href="{{url}}" title="{{name}}")
|
||||
if isUploaded
|
||||
if isImage
|
||||
img.attachment-thumbnail-img(src="{{url}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue