fix for numbers on posts

master
Andrew 1 year ago
parent cb6a0883e2
commit a79ccb45dc

@ -47,7 +47,7 @@ block content
+renderButtonIcon('fa-trash', 'delete')
.uk-width-auto
+renderButtonIcon('fa-eye', displayIntegerValue(post.stats.totalViewCount))
+renderButtonIcon('fa-eye', displayIntegerValue(post.stats.totalVisitCount))
.uk-width-auto
+renderButtonIcon('fa-chevron-up', displayIntegerValue(post.stats.upvoteCount))
.uk-width-auto

Loading…
Cancel
Save