Skip to content

Commit

Permalink
EL-1921: Add organisation name as a hidden text of the 'View on map' …
Browse files Browse the repository at this point in the history
…link (#383)

- add hidden text of org name, for the 'View on map (opens in new tab)' links.
- review comments
  • Loading branch information
MazOneTwoOne authored Dec 2, 2024
1 parent 1d611a7 commit 1e9899e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fala/templates/adviser/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ <h2 class="govuk-body-l govuk-!-font-weight-bold govuk-!-margin-bottom-0 govuk-!
<span class="notranslate" translate="no">{{ item.location.postcode }}</span>
</div>
<a class="govuk-link govuk-!-display-none-print" class="url" target="_blank" rel="noopener" href="https://www.google.com/maps/search/?{{ item|google_map_params|urlencode }}">
<span class="govuk-visually-hidden">{{ item.organisation.name }}</span>
View on map (opens in new tab)
</a>
{% if item.categories|length %}
Expand Down

0 comments on commit 1e9899e

Please sign in to comment.