mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
feature implemented, known bugs fixed
This commit is contained in:
parent
c865bfe497
commit
214fe6a61f
6 changed files with 71 additions and 45 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue