diff --git a/files/templates/comments.html b/files/templates/comments.html index 28bbcc97f5..08907459aa 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -447,11 +447,11 @@ {% 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
  • @@ -459,7 +459,7 @@ {% if not v.id==c.author_id and v.admin_level == 0 %}
  • - Block user + Block user
  • {% endif %} {% endif %} @@ -471,9 +471,9 @@ {% if v and (c.post and v.admin_level == 6) %} {% if c.author_id != v.id %} {% if c.author.is_banned %} -
  • Unban user
  • +
  • Unban user
  • {% else %} -
  • Ban user
  • +
  • Ban user
  • {% endif %} {% endif %} {% endif %}