aboutsummaryrefslogtreecommitdiff
path: root/src/mixins/comment.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixins/comment.pug')
-rw-r--r--src/mixins/comment.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug
index 8d341c9..2ec076f 100644
--- a/src/mixins/comment.pug
+++ b/src/mixins/comment.pug
@@ -13,6 +13,7 @@ mixin comment(com, isfirst)
13 if data.collapsed_reason_code == "DELETED" 13 if data.collapsed_reason_code == "DELETED"
14 div.info-item 14 div.info-item
15 a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete 15 a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete
16 div.info-item #{timeDifference(Date.now(), data.created * 1000)}
16 div.comment-body 17 div.comment-body
17 != data.body_html 18 != data.body_html
18 div.replies 19 div.replies