From 369895ad6a29b4ec692d28f3785af6b59eac3317 Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Sun, 22 Jan 2023 23:37:32 +0000 Subject: [PATCH] leaderboard-text-headers-uniformization (#88) HTML rewriting for more consistent titles in leaderboard Most notable changes in the leaderboard Blocks template that had a much larger header Co-authored-by: Your Name Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/88 Co-authored-by: mummified-corroding-granny Co-committed-by: mummified-corroding-granny --- files/templates/admins.html | 2 +- files/templates/banned.html | 2 +- files/templates/blocks.html | 2 +- files/templates/log.html | 4 ++-- files/templates/userpage/header.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/admins.html b/files/templates/admins.html index 873e271a2..3655fee13 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -4,7 +4,7 @@ {% block content %} -
Admins
+
Admins
diff --git a/files/templates/banned.html b/files/templates/banned.html index 7cc5735ce..561322347 100644 --- a/files/templates/banned.html +++ b/files/templates/banned.html @@ -2,7 +2,7 @@ {% block pagetitle %}Banned Users{% endblock %} {% block content %} -
Banned Users
+
Banned Users
diff --git a/files/templates/blocks.html b/files/templates/blocks.html index e8f051245..eefc1c8b2 100644 --- a/files/templates/blocks.html +++ b/files/templates/blocks.html @@ -1,7 +1,7 @@ {% extends "settings2.html" %} {% block pagetitle %}Blocks{% endblock %} {% block content %} -

Blocks

+
Blocks
diff --git a/files/templates/log.html b/files/templates/log.html index 8c854e348..7f472c179 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -19,9 +19,9 @@
-
+
-
{% if sub %}/h/{{sub.name}} {% endif %}Moderation Log
+
{% if sub %}/h/{{sub.name}} {% endif %}Moderation Log
diff --git a/files/templates/userpage/header.html b/files/templates/userpage/header.html index 2b18adb67..d28f8542a 100644 --- a/files/templates/userpage/header.html +++ b/files/templates/userpage/header.html @@ -3,7 +3,7 @@