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