Skip to content

Commit

Permalink
Merge pull request #3092 from alphagov/add-banner-to-find-licences
Browse files Browse the repository at this point in the history
Add intervention banner to find-licences
  • Loading branch information
MartinJJones authored Jun 28, 2023
2 parents 5fbef88 + 6c41391 commit 87fdc52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/finders/_show_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
<%= render 'govuk_publishing_components/components/contextual_breadcrumbs', content_item: content_item.as_hash, inverse: inverse, ga4_tracking: true %>
<% end %>
<% if content_item.base_path == "/find-licences"%>
<div class="govuk-!-margin-top-5">
<%= render "govuk_publishing_components/components/intervention", {
suggestion_text: sanitize("This is a new tool. Your <a href='https://surveys.publishing.service.gov.uk/s/1AXTLB' class='govuk-link'>feedback</a> will help us to improve it."),
} %>
</div>
<% end %>

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<% if content_item.all_content_finder? %>
Expand Down

0 comments on commit 87fdc52

Please sign in to comment.