mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Includes JS file to previous commit
This commit is contained in:
parent
b56ea161cd
commit
3bdea42f6d
1 changed files with 8 additions and 0 deletions
|
|
@ -85,6 +85,14 @@ BlazeComponent.extendComponent({
|
||||||
return limit >= 0 && count >= limit;
|
return limit >= 0 && count >= limit;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
cardsCountForListIsOne(count) {
|
||||||
|
if (count === 1) {
|
||||||
|
return TAPi18n.__('cards-count-one');
|
||||||
|
} else {
|
||||||
|
return TAPi18n.__('cards-count');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
events() {
|
events() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue