mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Always display attachment section for uploading file quickly
This commit is contained in:
parent
e2f768c6a0
commit
8a28e988e9
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue