From 73bd39835b45c481c8908c68799e4cda214f9825 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 13 Oct 2022 16:44:05 +0200 Subject: [PATCH] fix cursor on comment and post scores --- files/templates/comments.html | 10 +++++----- files/templates/submission.html | 6 +++--- files/templates/submission_listing.html | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 78f98fd22..40c6a5d8e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -317,7 +317,7 @@ {% endif %} - {{score}} + {{score}} {% if voted==-1 %} @@ -329,7 +329,7 @@ - {{score}} + {{score}} @@ -341,7 +341,7 @@ - {{score}} + {{score}} @@ -375,9 +375,9 @@ {% endif %} - + {% if v and request.path.startswith('/@') and v.admin_level < PERMS['VIEW_VOTE_BUTTONS_ON_USER_PAGE'] %} {% if voted==-1 %} diff --git a/files/templates/submission.html b/files/templates/submission.html index 647462140..88215c36c 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -865,7 +865,7 @@
- {{score}} + {{score}}
@@ -874,7 +874,7 @@
- {{score}} + {{score}}
@@ -926,7 +926,7 @@ {% endif %} - {{score}} + {{score}} {% if v %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 2abc7804d..2ff3ec73f 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -51,14 +51,14 @@ {% if v and request.path.startswith('/@') and v.admin_level < PERMS['VIEW_VOTE_BUTTONS_ON_USER_PAGE'] %}
- {{score}} + {{score}}
{% elif v %}
- {{score}} + {{score}}
@@ -66,7 +66,7 @@
- {{score}} + {{score}}
@@ -250,7 +250,7 @@ - {{score}} + {{score}} @@ -259,7 +259,7 @@ - {{score}} + {{score}} @@ -270,7 +270,7 @@ - {{score}} + {{score}}