Vulcan/client/views/comments/comment_page.js
2014-07-05 11:42:28 +09:00

11 lines
No EOL
266 B
JavaScript

Template[getTemplate('comment_page')].helpers({
post_item: function () {
return getTemplate('post_item');
},
comment_item: function () {
return getTemplate('comment_item');
},
post: function () {
return Posts.findOne(this.comment.post);
}
});