Merge pull request #5496 from mfilser/master

Bugfix, Cards Count on mobile view was missing
pull/5497/head
Lauri Ojansivu 10 months ago committed by GitHub
commit 0f43818757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      client/components/lists/listHeader.jade

@ -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…
Cancel
Save