Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to cost saving measures #5085

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Fix link to cost saving measures #5085

merged 1 commit into from
Dec 4, 2024

Conversation

evansd
Copy link
Collaborator

@evansd evansd commented Dec 4, 2024

Previously the link to you to a page showing "core" measures which didn't always include the relevant measures.

Closes #5082

@@ -79,7 +79,7 @@ <h3 class="worse">Possible savings</h3>
{% if stats.top_savings.possible_top_savings_total > 5000 %}
<h3>Best-case possible savings</h3>
<p>We compared this {{ bookmark.org_type }}'s spending with the best-performing 10% on all the areas we track. If it prescribed as well as those {{ bookmark.org_type }}s, it could save around <b>£{{stats.top_savings.possible_top_savings_total|roundpound}}</b>.
<a href="{{ dashboard_uri }}&sortBySavings=1">Here's a list of measures, sorted by potential cost savings</a>.
<a href="{{ dashboard_uri }}&tag=cost&sortBySavings=1">Here's a list of measures, sorted by potential cost savings</a>.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tags rather than tag?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 Thank you!

Previously the link to you to a page showing "core" measures which
didn't always include the relevant measures.

Closes #5082
@evansd evansd force-pushed the evansd/fix-email-url branch from 55ae573 to f9b70c1 Compare December 4, 2024 15:20
@evansd evansd merged commit 592808c into main Dec 4, 2024
5 checks passed
@evansd evansd deleted the evansd/fix-email-url branch December 4, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Measures not displaying correctly from email alert
2 participants