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