mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 20:28:48 +01:00
Bugfix, Cards Count on mobile view was missing
introduced by:
a601ba542a
This commit is contained in:
parent
6ee0919ead
commit
517d1bb7fa
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ template(name="listHeader")
|
|||
| (
|
||||
span(class="{{#if exceededWipLimit}}highlight{{/if}}") {{cards.length}}
|
||||
|/#{wipLimit.value})
|
||||
if showCardsCountForList cards.length
|
||||
span.cardCount {{cardsCount}} {{cardsCountForListIsOne cards.length}}
|
||||
unless isMiniScreen
|
||||
div(class="{{#if collapsed}}list-rotated{{/if}}")
|
||||
h2.list-header-name(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue