summaryrefslogtreecommitdiffstats
path: root/client/components/cards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-11 22:05:07 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-11 22:05:07 +0200
commita282a38ecdc4a4c22af2e069a2809b3dac392262 (patch)
tree34f66b0f7a88235c2e8f3bea10473f1aa439b54f /client/components/cards
parent6ce5ea9ca5dfc9e6af6d9119ee07175faa35805d (diff)
parent1f830cc5e3f7d916547920002e907b2d07861f58 (diff)
downloadwekan-a282a38ecdc4a4c22af2e069a2809b3dac392262.tar.gz
wekan-a282a38ecdc4a4c22af2e069a2809b3dac392262.tar.bz2
wekan-a282a38ecdc4a4c22af2e069a2809b3dac392262.zip
Merge branch 'thuanpq-dont-open-swipebox-overlay-while-downloading-update-cover' into devel
Diffstat (limited to 'client/components/cards')
-rw-r--r--client/components/cards/attachments.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/attachments.jade b/client/components/cards/attachments.jade
index c8442691..0f79323b 100644
--- a/client/components/cards/attachments.jade
+++ b/client/components/cards/attachments.jade
@@ -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}}")