Settings, "Show cards count" max value now endless

- there could be users who want to enter moren than 99
This commit is contained in:
Martin Filser 2021-02-06 15:26:15 +01:00
parent b79fc53265
commit 40907ef1d8

View file

@ -143,7 +143,7 @@ template(name="changeSettingsPopup")
label.bold.clear label.bold.clear
i.fa.fa-sort-numeric-asc i.fa.fa-sort-numeric-asc
| {{_ 'show-cards-minimum-count'}} | {{_ 'show-cards-minimum-count'}}
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0" max="99") input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0")
label.bold.clear label.bold.clear
i.fa.fa-calendar i.fa.fa-calendar
| {{_ 'start-day-of-week'}} | {{_ 'start-day-of-week'}}