mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge pull request #5496 from mfilser/master
Bugfix, Cards Count on mobile view was missing
This commit is contained in:
commit
0f43818757
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