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.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug
index 518307d..4249030 100644
--- a/src/mixins/comment.pug
+++ b/src/mixins/comment.pug
@@ -24,7 +24,7 @@ mixin comment(com, isfirst)
24 24
25 if kind == "more" 25 if kind == "more"
26 div(class=`more ${isfirst ? 'first' : ''}`) 26 div(class=`more ${isfirst ? 'first' : ''}`)
27 | #{data.count} more comments 27 | #{data.count} more #{fmttxt(data.count, 'comment')}
28 else 28 else
29 div(class=`comment ${isfirst ? 'first' : ''}`) 29 div(class=`comment ${isfirst ? 'first' : ''}`)
30 details(id=`${data.id}` open="") 30 details(id=`${data.id}` open="")