mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 14:41:47 +01:00
Settings, "Show cards count" now shows also 1 card
This commit is contained in:
parent
40907ef1d8
commit
8475201db8
3 changed files with 5 additions and 5 deletions
|
|
@ -143,7 +143,7 @@ template(name="changeSettingsPopup")
|
|||
label.bold.clear
|
||||
i.fa.fa-sort-numeric-asc
|
||||
| {{_ 'show-cards-minimum-count'}}
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0")
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="-1")
|
||||
label.bold.clear
|
||||
i.fa.fa-calendar
|
||||
| {{_ 'start-day-of-week'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue