diff --git a/app/controllers/finders_controller.rb b/app/controllers/finders_controller.rb index fdec3b72e..bef8ceaa0 100644 --- a/app/controllers/finders_controller.rb +++ b/app/controllers/finders_controller.rb @@ -17,8 +17,6 @@ def show format.html do raise UnsupportedContentItem unless content_item.is_finder? - @show_banner = content_item.base_path == "/government/organisations/hm-revenue-customs/contact" - if legacy_params_present? transform_legacy_announcement_params_and_redirect if content_item.base_path == "/search/news-and-communications" transform_legacy_publication_params_and_redirect if content_item.base_path == "/search/all" diff --git a/app/views/finders/_show_header.html.erb b/app/views/finders/_show_header.html.erb index a802efc6b..1fd766f88 100644 --- a/app/views/finders/_show_header.html.erb +++ b/app/views/finders/_show_header.html.erb @@ -13,15 +13,6 @@ <%= render 'govuk_publishing_components/components/contextual_breadcrumbs', content_item: content_item.as_hash, inverse: inverse, ga4_tracking: true %> <% end %> - <% if @show_banner %> - <%= render "govuk_publishing_components/components/intervention", { - suggestion_text: "Help improve a new GOV.UK tool", - suggestion_link_text: "Sign up to take part in user research", - suggestion_link_url: "https://surveys.publishing.service.gov.uk/s/SNFVW1/", - new_tab: true, - } %> - <% end %> -
<% if content_item.all_content_finder? %>