Skip to content

Commit a87b8b9

Browse files
committed
fixup! [Scorecards] Added Previous year control toggle
1 parent 115bfad commit a87b8b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scoring/templates/scoring/council.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
269269
<th scope="col" class="py-2 border-start"></th>
270270
<th scope="col" class="text-primary-500 fs-7 py-2 border-start border-light">2025</th>
271271
<th scope="col" class="text-primary-500 fs-7 py-2 js-previous-year-score">2023</th>
272-
<th scope="col" class="js-current-year-score text-primary-500 fs-7 py-2 border-end border-light">2023 Variation</th>
273-
<th scope="col" class="js-previous-year-score text-primary-500 fs-7 py-2 border-end border-light">Variation</th>
272+
<th scope="col" class="js-current-year-score text-primary-500 fs-7 py-2 border-end border-light text-center">2023 Variation</th>
273+
<th scope="col" class="js-previous-year-score text-primary-500 fs-7 py-2 border-end border-light text-center">Variation</th>
274274
{% for comparison in comparisons %}
275275
<th scope="col" class="text-primary-500 d-none d-md-table-cell comparison-council fs-7 py-2 border-start border-light">2025</th>
276-
<th scope="col" class="text-primary-500 d-none d-md-table-cell comparison-council fs-7 py-2">2023</th>
277-
<th scope="col" class="text-primary-500 d-none d-md-table-cell comparison-council fs-7 py-2 border-end border-light">2023 Variation</th>
278-
<th scope="col" class="js-previous-year-score text-primary-500 fs-7 py-2 border-end border-light">Variation</th>
276+
<th scope="col" class="text-primary-500 d-none d-md-table-cell comparison-council fs-7 py-2 js-previous-year-score">2023</th>
277+
<th scope="col" class="js-current-year-score text-primary-500 d-none d-md-table-cell comparison-council fs-7 py-2 border-end border-light text-center">2023 Variation</th>
278+
<th scope="col" class="js-previous-year-score text-primary-500 fs-7 py-2 border-end border-light text-center">Variation</th>
279279
{% endfor %}
280280
<th class="py-2 border-end"></th>
281281
</tr>

0 commit comments

Comments
 (0)