Skip to content

Commit

Permalink
Merge pull request #3692 from DFE-Digital/Update-link-text-for-Google…
Browse files Browse the repository at this point in the history
…-Maps-on-event-pages

Update link text for Google Maps on event pages
  • Loading branch information
gemmadallmandfe authored Nov 10, 2023
2 parents ec2f0c6 + 41a7bfa commit 37fd8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/teaching_events/show/_venue-information.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ul>
<li>
<%= link_to("Open in Google Maps", "https://maps.google.com/?q=#{event_address(@event)}", target: "blank") %>
<%= link_to("Open venue map in Google Maps", "https://maps.google.com/?q=#{event_address(@event)}", target: "blank") %>
</li>
<% if display_event_provider_info?(@event) && @event.provider_website_url %>
<li>
Expand Down

0 comments on commit 37fd8bb

Please sign in to comment.