diff --git a/files/templates/sidebars/SubmissionSidebar.html b/files/templates/sidebars/SubmissionSidebar.html index 56c213b7a..f0a63e325 100644 --- a/files/templates/sidebars/SubmissionSidebar.html +++ b/files/templates/sidebars/SubmissionSidebar.html @@ -79,12 +79,15 @@
  • - {{ ups + downs }} {{ 'vote' if ups + downs == 1 else 'votes' }} on this post + + {{ ups + downs }} + + {{ 'vote' if ups + downs == 1 else 'votes' }} on this post

  • - {{ p.views }} {{ 'member' if p.views == 1 else 'members' }} following this post + {{ p.awards.length }} {{ 'award' if p.awards.length == 1 else 'awards' }} gifted