diff --git a/files/templates/sidebars/SubmissionSidebar.html b/files/templates/sidebars/SubmissionSidebar.html index 787e913b2..b9da2cfca 100644 --- a/files/templates/sidebars/SubmissionSidebar.html +++ b/files/templates/sidebars/SubmissionSidebar.html @@ -10,11 +10,11 @@ {% if environ.get('DISABLE_DOWNVOTES') != '1' %} - @@ -29,7 +29,7 @@ {% if not p.awards %}

No awards earned yet...

- {% endif %} @@ -53,7 +53,7 @@ {% if p.stickied %}
  • - + Pinned {% if p.stickied.startswith('t:') %}until {{p.stickied[2:]}}{% else %}by @{{p.stickied}}{%endif%}
  • @@ -112,12 +112,12 @@
  • - {{ 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.views }} {{ 'member' if p.views == 1 else 'members' }} following this post