|
@@ -28,6 +28,8 @@ template(name="listHeader")
|
|
| (
|
|
| (
|
|
span(class="{{#if exceededWipLimit}}highlight{{/if}}") {{cards.length}}
|
|
span(class="{{#if exceededWipLimit}}highlight{{/if}}") {{cards.length}}
|
|
|/#{wipLimit.value})
|
|
|/#{wipLimit.value})
|
|
|
|
+ if showCardsCountForList cards.length
|
|
|
|
+ span.cardCount {{cardsCount}} {{cardsCountForListIsOne cards.length}}
|
|
unless isMiniScreen
|
|
unless isMiniScreen
|
|
div(class="{{#if collapsed}}list-rotated{{/if}}")
|
|
div(class="{{#if collapsed}}list-rotated{{/if}}")
|
|
h2.list-header-name(
|
|
h2.list-header-name(
|