feature implemented, known bugs fixed

This commit is contained in:
amadilsons 2017-10-05 16:46:55 +02:00
parent c865bfe497
commit 214fe6a61f
6 changed files with 71 additions and 45 deletions

View file

@ -8,7 +8,7 @@ template(name="listHeader")
= title
if isWipLimitEnabled
span
| (#{wipLimit.value})
| ({{cards.count}}/#{wipLimit.value})
if showCardsCountForList cards.count
= cards.count
span.lowercase
@ -77,11 +77,11 @@ template(name="setWipLimitPopup")
lable {{_ 'set-wip-limit-value'}}
ul.pop-over-list
li: a.js-enable-wip-limit Enable WIP Limit
if wipEnabled.get
if isWipLimitEnabled
i.fa.fa-check
if wipEnabled.get
if isWipLimitEnabled
p
input.wip-limit-value(type="number" value="#{wipLimit.value}" min="1" max="99" onkeydown="return false")
input.wip-limit-value(type="number" value="{{ wipLimitValue }}" min="1" max="99" onkeydown="return false")
input.wip-limit-apply(type="submit" value="{{_ 'apply'}}")
input.wip-limit-error