mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
11 lines
176 B
JavaScript
11 lines
176 B
JavaScript
Template.resultCard.helpers({
|
|
userId() {
|
|
return Meteor.userId();
|
|
},
|
|
});
|
|
|
|
BlazeComponent.extendComponent({
|
|
events() {
|
|
return [{}];
|
|
},
|
|
}).register('resultCard');
|