Vulcan/client/views/comments/comment_page.js

5 lines
122 B
JavaScript
Raw Normal View History

2014-07-05 11:24:28 +09:00
Template[getTemplate('comment_page')].helpers({
post: function () {
return Posts.findOne(this.comment.post);
}
});