When list has just one card, to show 'card' instead of 'cards'

This commit is contained in:
helioguardabaxo 2021-09-07 18:09:40 -03:00
parent cde74a9c0b
commit b56ea161cd

View file

@ -20,7 +20,7 @@ template(name="listHeader")
if showCardsCountForList cards.count if showCardsCountForList cards.count
|  | 
span(class="cardCount") {{cardsCount}} {{_ 'cards-count'}} span(class="cardCount") {{cardsCount}} {{cardsCountForListIsOne cards.count}}
if isMiniScreen if isMiniScreen
if currentList if currentList
if isWatching if isWatching