mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
List header menu in the right of "cards count"
This commit is contained in:
parent
daa5de7011
commit
f660dcaa86
2 changed files with 6 additions and 9 deletions
|
|
@ -18,9 +18,9 @@ template(name="listHeader")
|
|||
span(class="{{#if exceededWipLimit}}highlight{{/if}}") {{cards.count}}
|
||||
|/#{wipLimit.value})
|
||||
|
||||
if showCardsCountForList cards.count
|
||||
|
|
||||
span(class="cardCount") {{cardsCount}} {{cardsCountForListIsOne cards.count}}
|
||||
if showCardsCountForList cards.count
|
||||
span.cardCount {{cardsCount}} {{cardsCountForListIsOne cards.count}}
|
||||
|
||||
if isMiniScreen
|
||||
if currentList
|
||||
if isWatching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue