Repair US counter in Kanban table

stable
Daniel García 2018-03-06 14:16:26 +01:00 committed by Miguel Gonzalez
parent a450c20cd1
commit 088552074b
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ div.kanban-table(
div.title div.title
div.name(tg-bo-bind="s.name") div.name(tg-bo-bind="s.name")
div.counter div.counter
span(tg-bo-bind="usByStatus.get(s.id.toString()).size") span(ng-if="usByStatus.get(s.id.toString()).size") {{ usByStatus.get(s.id.toString()).size }}
span(
ng-if="!usByStatus.get(s.id.toString()).size"
ng-class='{hidden:!s.wip_limit}'
) 0
span(tg-bo-bind="' / ' + s.wip_limit", ng-if="s.wip_limit") span(tg-bo-bind="' / ' + s.wip_limit", ng-if="s.wip_limit")
div.options div.options
a.option( a.option(