mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Minicard, show sorting number if board config is enabled
This commit is contained in:
parent
57d35a294d
commit
54640bb125
1 changed files with 4 additions and 0 deletions
|
@ -139,3 +139,7 @@ template(name="minicard")
|
|||
span.badge-icon.fa.fa-sitemap
|
||||
span.badge-text.check-list-text {{subtasksFinishedCount}}/{{allSubtasksCount}}
|
||||
//{{subtasksFinishedCount}}/{{subtasksCount}} does not work because when a subtaks is archived, the count goes down
|
||||
if currentBoard.allowsCardSortingByNumber
|
||||
.badge
|
||||
span.badge-icon.fa.fa-sort
|
||||
span.badge-text {{ sort }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue