diff --git a/app/views/post/view.pug b/app/views/post/view.pug index 7c64600..ebd38e7 100644 --- a/app/views/post/view.pug +++ b/app/views/post/view.pug @@ -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