@ -1,5 +1,4 @@
mixin renderCommentReview (comment)
- var resourceId = comment.resource._id || comment.resource;
article.uk-comment.dtp-site-comment
header.uk-comment-header
div(uk-grid).uk-grid-medium.uk-flex-middle
@ -1,7 +1,7 @@
include composer
mixin renderComment (comment, options)
- var resourceId = comment.resource ? (comment.resource._id || comment.resource) : undefined;
article(data-comment-id= comment._id).uk-comment.dtp-site-comment