diff --git a/files/templates/submission/SubmissionActions.html b/files/templates/submission/SubmissionActions.html index c95f32279..f54687a3e 100644 --- a/files/templates/submission/SubmissionActions.html +++ b/files/templates/submission/SubmissionActions.html @@ -8,14 +8,14 @@ {% if p.realbody(v) and '/post/' not in request.full_path %}
  • -
  • {% endif %}
  • - + {{ p.comment_count }} comment{{ '' if p.comment_count == 1 else 's' }} @@ -29,7 +29,7 @@ {% if v and (v.id==p.author_id or v.admin_level==6 and v.id in [1,28,995,2513]) and '/post/' in request.full_path %}
  • -
  • @@ -38,9 +38,8 @@ {% if v and v.id==p.author_id %} {% if p.private %}
  • -
  • {% endif %}