|
@ -121,7 +121,7 @@ mixin renderComment (comment, options) |
|
|
).dtp-reply-composer.uk-margin |
|
|
).dtp-reply-composer.uk-margin |
|
|
if user && user.permissions.canComment |
|
|
if user && user.permissions.canComment |
|
|
.uk-margin |
|
|
.uk-margin |
|
|
+renderCommentComposer(Object.assign({ showCancel: true, replyTo: comment._id }, options)) |
|
|
+renderCommentComposer(`composer-reply-${comment._id}`, Object.assign({ showCancel: true, replyTo: comment._id }, options)) |
|
|
|
|
|
|
|
|
div(data-comment-id= comment._id, hidden).dtp-reply-list-container.uk-margin |
|
|
div(data-comment-id= comment._id, hidden).dtp-reply-list-container.uk-margin |
|
|
ul(data-comment-id= comment._id).dtp-reply-list.uk-list.uk-margin-medium-left |
|
|
ul(data-comment-id= comment._id).dtp-reply-list.uk-list.uk-margin-medium-left |