From 13893ad30323ff221775059a482defefab3c490d 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 761e48d8..3023f2ae 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

-

+5%

+ {% 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

-

+1

+ {% 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 %}