diff options
Diffstat (limited to 'src/mixins/comment.pug')
-rw-r--r-- | src/mixins/comment.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug index 26b5918..f46f293 100644 --- a/src/mixins/comment.pug +++ b/src/mixins/comment.pug | |||
@@ -14,7 +14,7 @@ mixin infoContainer(data, next_id, prev_id) | |||
14 | span(class=`${data.is_submitter ? 'op' : ''}`) | 14 | span(class=`${data.is_submitter ? 'op' : ''}`) |
15 | | u/#{data.author} #{data.is_submitter ? '(op)' : ''} | 15 | | u/#{data.author} #{data.is_submitter ? '(op)' : ''} |
16 | | · | 16 | | · |
17 | if data.collapsed_reason_code == "DELETED" | 17 | if data.collapsed_reason_code == "DELETED" || data.author == "[deleted]" |
18 | a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete | 18 | a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete |
19 | | · | 19 | | · |
20 | | #{timeDifference(Date.now(), data.created * 1000)} | 20 | | #{timeDifference(Date.now(), data.created * 1000)} |