fix for numbers on posts

master
Andrew 1 year ago
parent bdf743b68b
commit 9c00e4cfb8

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

Loading…
Cancel
Save