diff --git a/files/templates/comments.html b/files/templates/comments.html index b775711d97..68e2f51f0b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -263,80 +263,81 @@ {% endif %} - {% if v %} -
  • Reply
  • - {% endif %} - -
  • +
  • Votes
  • {% if v %} -
  • +
  • Unsave
  • -
  • +
  • Save
  • + +
  • Reply
  • {% if v.id!=c.author_id %} -
  • +
  • Give Award
  • {% endif %} {% endif %} -
  • -
  • -
  • - -
  • +
  • Context
  • +
  • Copy link
  • + + {% if v %} +
  • Report
  • + {% else %} +
  • Report
  • + {% endif %} {% if v and c.parent_submission and c.author_id==v.id %} -
  • +
  • Edit
  • -
  • +
  • Delete
  • -
  • +
  • Undelete
  • {% endif %} {% if v and v.admin_level==6 and v.id==c.author_id %} -
  • -
  • +
  • Undistinguish
  • +
  • Distinguish
  • {% endif %} {% if v and not v.id==c.author_id and v.admin_level == 0 %} -
  • -
  • +
  • Unblock user
  • +
  • Block user
  • {% endif %} {% if v and c.post and (v.admin_level >= 1 or v.id == c.post.author_id) and c.level == 1 %} -
  • +
  • Unpin
  • -
  • +
  • Pin
  • {% endif %} {% if v and v.admin_level>=3 %} {% if "/flagged/" in request.path %} -
  • -
  • +
  • Approve
  • +
  • Remove
  • {% else %} -
  • -
  • +
  • Approve
  • +
  • Remove
  • {% endif %} {% endif %} {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 0) %} -
  • -
  • +
  • Unmark +18
  • +
  • Mark +18
  • {% endif %} {% if v and v.admin_level==6 and v.id != c.author_id %} -
  • -
  • +
  • Unban user
  • +
  • Ban user
  • {% endif %} {% if v and v.admin_level >=4 and c.oauth_app %} -
  • +
  • API App
  • {% endif %}