We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c739ef commit b8e7a08Copy full SHA for b8e7a08
views/media.pug
@@ -773,7 +773,7 @@ block content
773
a(href=`/user/${comment.commenter.channelUrl}` style="color:#d2d2d2;margin-right:5px;") #{comment.commenter.channelName || comment.commenter.channelUrl}
774
p.fw(style="display:inline-block;") - #{comment.timeAgo}  
775
if user && !viewingUserIsBlocked
776
- a.reply-link(style="cursor:pointer") Reply
+ a.reply-link(style="cursor:pointer") Comment in Thread
777
// delete button
778
// if uploader or admin or commenter, let them delete comment
779
if isUploaderOrAdmin || ( user && comment.commenter._id == user._id )
0 commit comments