|
@ -1,3 +1,5 @@ |
|
|
|
|
|
include composer |
|
|
|
|
|
|
|
|
mixin renderComment (comment) |
|
|
mixin renderComment (comment) |
|
|
- var resourceId = comment.resource._id || comment.resource; |
|
|
- var resourceId = comment.resource._id || comment.resource; |
|
|
article(data-comment-id= comment._id).uk-comment.dtp-site-comment |
|
|
article(data-comment-id= comment._id).uk-comment.dtp-site-comment |
|
|