From cd6660c53ed10d17e0abbdc4a324c338c0314d44 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 22 Jan 2025 09:20:02 +0000 Subject: [PATCH] [Scorecards] Added tooltip to year variation element --- scoring/templates/scoring/council.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/scoring/templates/scoring/council.html b/scoring/templates/scoring/council.html index 890613db..d2ff16b6 100644 --- a/scoring/templates/scoring/council.html +++ b/scoring/templates/scoring/council.html @@ -282,7 +282,7 @@

Visit us again on a bigger screen

-

+5%

+ {% else %} @@ -293,7 +293,7 @@

Visit us again on a bigger screen

-

+5%

+ {% endif %} @@ -307,7 +307,7 @@

Visit us again on a bigger screen

-

+1

+

+1 {% endfor %} @@ -335,7 +335,7 @@

Visit us again on a bigger screen

-

+1

+ {% for comparison in answer.comparisons %} @@ -348,7 +348,7 @@

Visit us again on a bigger screen

-

+5%

+ {% endfor %} @@ -378,27 +378,25 @@

Visit us again on a bigger screen

{{ plan_score.weighted_total|floatformat:0 }}% - {{ section.weighted_score|floatformat:0 }}% -

+5%

+ {% for comparison in comparisons %} {{ comparison.weighted_total|floatformat:0 }}% - {{ section.weighted_score|floatformat:0 }}% -

+5%

+ {% endfor %}