mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 06:38:49 +01:00
Translate the label colors
This commit is contained in:
parent
944a1065d3
commit
15ebfa63c6
4 changed files with 17 additions and 3 deletions
|
|
@ -13,3 +13,7 @@ Blaze.registerHelper('currentCard', () => {
|
|||
});
|
||||
|
||||
Blaze.registerHelper('getUser', (userId) => Users.findOne(userId));
|
||||
|
||||
UI.registerHelper('concat', function (...args) {
|
||||
return Array.prototype.slice.call(args, 0, -1).join('');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue