fix for numbers on posts

master
Andrew 1 year ago
parent 9c00e4cfb8
commit b455afb0ef

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

Loading…
Cancel
Save