diff options
author | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-12-10 22:53:45 +0700 |
---|---|---|
committer | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-12-10 22:53:45 +0700 |
commit | 8a28e988e9722bcb20561d0c6e1e85f6a6c06dc1 (patch) | |
tree | c63d793d2fbd063cacd4b61ed6aa8e635f4c5388 /client | |
parent | e2f768c6a0f913b7c5f07695dce8cec692037255 (diff) | |
download | wekan-8a28e988e9722bcb20561d0c6e1e85f6a6c06dc1.tar.gz wekan-8a28e988e9722bcb20561d0c6e1e85f6a6c06dc1.tar.bz2 wekan-8a28e988e9722bcb20561d0c6e1e85f6a6c06dc1.zip |
Always display attachment section for uploading file quickly
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/cardDetails.jade | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index 4c68c2f7..0a7a8cd6 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -85,13 +85,12 @@ template(name="cardDetails") hr +checklists(cardId = _id) - if attachments.count - hr - h2 - i.fa.fa-paperclip - | {{_ 'attachments'}} + hr + h2 + i.fa.fa-paperclip + | {{_ 'attachments'}} - +attachmentsGalery + +attachmentsGalery hr .activity-title |