master
rob 2 years ago
parent b7ff19dc5e
commit 70ab569882

@ -121,7 +121,7 @@ mixin renderComment (comment, options)
).dtp-reply-composer.uk-margin
if user && user.permissions.canComment
.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
ul(data-comment-id= comment._id).dtp-reply-list.uk-list.uk-margin-medium-left
Loading…
Cancel
Save