aboutsummaryrefslogtreecommitdiff
path: root/src/views/comment.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/comment.pug')
-rw-r--r--src/views/comment.pug3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/comment.pug b/src/views/comment.pug
index 24e1a9b..8a60590 100644
--- a/src/views/comment.pug
+++ b/src/views/comment.pug
@@ -6,7 +6,8 @@ mixin comment(com, isfirst)
6 div.more #{data.count} more comments 6 div.more #{data.count} more comments
7 else 7 else
8 div(class=`comment ${isfirst?'first':''}`) 8 div(class=`comment ${isfirst?'first':''}`)
9 div.comment-body !{data.body} 9 div.comment-body
10 != data.body_html
10 div.info-container 11 div.info-container
11 div.info-item by u/#{data.author} 12 div.info-item by u/#{data.author}
12 div.info-item ↑ #{fmtnum(data.ups)} 13 div.info-item ↑ #{fmtnum(data.ups)}