diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:00:38 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:00:38 +0200 |
commit | 96b560eb002402c66015d704cc18f45ccbd3f035 (patch) | |
tree | 197dc45d20feddb5fc88fdb615d58a372f79c394 /client | |
parent | 6ce5ea9ca5dfc9e6af6d9119ee07175faa35805d (diff) | |
parent | 245d262705ad0b6734cd07b078e8953b9384a3fe (diff) | |
download | wekan-96b560eb002402c66015d704cc18f45ccbd3f035.tar.gz wekan-96b560eb002402c66015d704cc18f45ccbd3f035.tar.bz2 wekan-96b560eb002402c66015d704cc18f45ccbd3f035.zip |
Merge branch 'dont-open-swipebox-overlay-while-downloading-update-cover' of https://github.com/thuanpq/wekan into thuanpq-dont-open-swipebox-overlay-while-downloading-update-cover
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/attachments.jade | 4 |
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}}") |