diff options
Diffstat (limited to 'src/mixins/comment.pug')
-rw-r--r-- | src/mixins/comment.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug index 545ee59..8d341c9 100644 --- a/src/mixins/comment.pug +++ b/src/mixins/comment.pug | |||
@@ -8,8 +8,8 @@ mixin comment(com, isfirst) | |||
8 | else | 8 | else |
9 | div(class=`comment ${isfirst?'first':''}`) | 9 | div(class=`comment ${isfirst?'first':''}`) |
10 | div.comment-info-container | 10 | div.comment-info-container |
11 | div.info-item u/#{data.author} | 11 | div.info-item #{fmtnum(data.ups)} ↑ |
12 | div.info-item ↑ #{fmtnum(data.ups)} | 12 | div.info-item u/#{data.author} #{data.is_submitter?'(OP)':''} |
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 |