Skip to content

Commit

Permalink
[Scorecards] Added link to go to question's page in council table
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Jan 29, 2025
1 parent 88323bc commit 15d8341
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<button type="button" class="btn btn-outline-secondary btn-sm" data-bs-toggle="modal" data-bs-target="#criteria-section-{{ forloop.parentloop.counter }}-question-{{ forloop.counter }}">
View criteria
</button>
<a href="{% url 'scoring:question' code %}{% if council %}?type={{ council_type_slug }}{% endif %}" class="btn btn-outline-secondary btn-sm" aria-label="Go to this question's page">Go to question</a>
</div>

<div class="text-muted fs-7" id="section-{{ forloop.parentloop.counter }}-question-{{ forloop.counter }}" hidden="true">
Expand Down

0 comments on commit 15d8341

Please sign in to comment.