mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 09:16:10 +01:00
Add resultCard component for standard display of a card search result
This commit is contained in:
parent
391c0606d1
commit
f00395a6b6
4 changed files with 56 additions and 22 deletions
11
client/components/cards/resultCard.js
Normal file
11
client/components/cards/resultCard.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Template.resultCard.helpers({
|
||||
userId() {
|
||||
return Meteor.userId();
|
||||
},
|
||||
});
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
events() {
|
||||
return [{}];
|
||||
},
|
||||
}).register('resultCard');
|
||||
Loading…
Add table
Add a link
Reference in a new issue