Skip to content

Commit

Permalink
Merge pull request #2967 from alphagov/ab-test-video-killed-the-utr-star
Browse files Browse the repository at this point in the history
Add AB test meta tag to /find-utr-number page
  • Loading branch information
richardTowers authored Oct 23, 2023
2 parents f131985 + 74559d5 commit 0f5d1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/content_items/answer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<% elsif scroll_track_percent_paths.include?(@content_item.base_path) %>
<meta name="govuk:scroll-tracker" content="" data-module="auto-scroll-tracker"/>
<% end %>

<%= @requested_variant.analytics_meta_tag.html_safe if @requested_variant.present? %>
<% end %>

<%= render 'content_items/body_with_related_links' %>

0 comments on commit 0f5d1b2

Please sign in to comment.