From 872d1cd73616f33f7771b100b82b54ac8ac94c0f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 22:47:41 +0200 Subject: [PATCH] fd --- files/templates/comments.html | 36 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 53bff1a564..6edf0f2625 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -231,18 +231,16 @@ {% if v and request.path.startswith('/@') and v.admin_level == 0%} - {% if voted==1 %} -
  • - {% endif %} + {% if voted==1 %} +
  • + {% endif %} {% elif v %} -
  • -
  • +
  • {% else %} -
  • -
  • +
  • {% endif %} @@ -252,18 +250,16 @@ {% if v and request.path.startswith('/@') and v.admin_level == 0 %} - {% if voted==-1 %} -
  • - {% endif %} + {% if voted==-1 %} +
  • + {% endif %} {% elif v %} -
  • -
  • +
  • {% else %} -
  • -
  • +
  • {% endif %} @@ -271,18 +267,18 @@ {% if v %}
  • Save
  • -
  • Unsave
  • +
  • Unsave
  • {% endif %} {% if v %} -
  • Reply
  • +
  • Reply
  • - {% if v.id!=c.author_id %} -
  • Give Award
  • + {% if v.id!=c.author_id %} +
  • Give Award
  • + {% endif %} {% endif %} - {% endif %}
  • Context
  • Copy link