Skip to content

Commit

Permalink
Merge pull request #2201 from alphagov/add-tracking-to-travel-box
Browse files Browse the repository at this point in the history
Add tracking to the foreign travel advice call out box
  • Loading branch information
kevindew authored Aug 16, 2021
2 parents f143f6b + 797a063 commit a5d06dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/travel_advice.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="govuk-grid-column-two-thirds travel-advice__header">
<%= render 'govuk_publishing_components/components/title', @content_item.title_and_context %>

<div class="travel-advice-notice">
<div class="travel-advice-notice" data-module="gem-track-click" data-track-category="globalTravelAdviceWarning" data-track-action="callOutBoxClicked" data-track-links-only>
<div class="travel-advice-notice__header">
<%= render "govuk_publishing_components/components/warning_text", {
text: t("travel_advice.coronavirus_warning.title"),
Expand Down

0 comments on commit a5d06dc

Please sign in to comment.