Skip to content

Commit

Permalink
fixup! New page to show council rankings per question
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Nov 27, 2023
1 parent 8d29031 commit 000f778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/templates/scoring/council.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
{% endfor %}

<td class="d-none d-md-table-cell top-tier-score border-bottom border-end">
<a href="{% include 'scoring/includes/scoring_url.html' with slug=authority_type.slug %}?sort_by={{ section.code }}" class="mx-auto" style="text-transform: none">
<a href="{% url 'scoring:question' answer.code %}?type={{ authority_type.slug }}" class="mx-auto" style="text-transform: none">
{{ answer.council_count }} out of {{ council_count }}
</a>
<span class="fs-8 mt-1 me-0 ms-auto d-block">
Expand Down

0 comments on commit 000f778

Please sign in to comment.