Vulcan/packages/telescope-posts/lib/client/templates/postsViews/posts_pending.js

9 lines
No EOL
131 B
JavaScript

Template.postsPending.helpers({
context: function () {
return {
terms: {
view: 'pending'
}
};
}
});