From 757bb37e031113a24abf00899ac89daa8ba85453 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 30 Aug 2021 18:04:32 +0200 Subject: [PATCH] sneed --- files/templates/comments.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 4a0787e331..6fd159b4d1 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -423,9 +423,9 @@
  • Votes
  • {% if v and c.id in v.saved_comment_idlist() %} -
  • Unsave
  • +
  • Unsave
  • {% else %} -
  • Save
  • +
  • Save
  • {% endif %}
  • Copy link
  • @@ -439,7 +439,7 @@ {% if c.deleted_utc > 0 %} -
  • Undelete
  • +
  • Undelete
  • {% else %}
  • Delete
  • {% endif %} @@ -448,17 +448,17 @@ {% endif %} {% if v and c.post and (v.admin_level >= 1 or v.id == c.post.author_id) and c.level == 1 %} -
  • {{'Unpin' if c.is_pinned else 'Pin'}} +
  • {{'Unpin' if c.is_pinned else 'Pin'}}
  • {% endif %} {% if v %} {% if v.admin_level>=1 and v.id==c.author_id %} -
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • +
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • {% endif %} {% if v.admin_level>=3 %} -
  • Approve
  • -
  • Remove
  • +
  • Approve
  • +
  • Remove
  • {% endif %} {% if v.admin_level >=4 and c.oauth_app %}
  • API App
  • @@ -466,21 +466,21 @@ {% if not v.id==c.author_id and v.admin_level == 0 %}
  • - Block user + Block user
  • {% endif %} {% endif %} {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 0) %} -
  • Toggle +18
  • +
  • Toggle +18
  • {% endif %} {% if v and (c.post and v.admin_level == 6) %} {% if c.author_id != v.id %} {% if c.author.is_suspended %} -
  • Unban user
  • +
  • Unban user
  • {% else %} -
  • Ban user
  • +
  • Ban user
  • {% endif %} {% endif %} {% endif %}