Minicard, show sorting number if board config is enabled

This commit is contained in:
Martin Filser 2021-04-13 19:49:52 +02:00
parent 57d35a294d
commit 54640bb125

View file

@ -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 }}