Skip to content

Commit

Permalink
Merge pull request #3351 from alphagov/take_down_hmrc_banner
Browse files Browse the repository at this point in the history
Take down HMRC's UR banner
  • Loading branch information
hannako authored Oct 1, 2024
2 parents 8113059 + a8409b3 commit f70f014
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 100 deletions.
1 change: 0 additions & 1 deletion app/views/content_items/answer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
<%= @requested_variant.analytics_meta_tag.html_safe if @requested_variant.present? %>
<% end %>
<%= render 'shared/intervention_banner' %>
<%= render 'content_items/body_with_related_links' %>
1 change: 0 additions & 1 deletion app/views/content_items/document_collection.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
schema: :article
) %>
<% end %>
<%= render 'shared/intervention_banner' %>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= render 'govuk_publishing_components/components/title',
Expand Down
2 changes: 0 additions & 2 deletions app/views/content_items/guide.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<% content_for :simple_header, true %>

<%= render 'shared/intervention_banner' %>

<div class="govuk-grid-row gem-print-columns-none">
<div class="govuk-grid-column-two-thirds">
<%= render 'govuk_publishing_components/components/title', { title: @content_item.content_title } %>
Expand Down
16 changes: 1 addition & 15 deletions lib/data/recruitment_banners.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
banners:
# Example usage of adding a banner to the banners list:

# - name: Banner 1
Expand All @@ -8,18 +9,3 @@
# - /
# - /foreign-travel-advice

banners:
- name: HMRC banner 29/08/2024
suggestion_text: "Help improve GOV.UK"
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
survey_url: https://survey.take-part-in-research.service.gov.uk/jfe/form/SV_74GjifgnGv6GsMC?Source=BannerList_HMRC_CCG_Compliance
page_paths:
- /government/collections/tax-compliance-detailed-information
- /government/collections/hm-revenue-and-customs-compliance-checks-factsheets
- /difficulties-paying-hmrc
- /tax-help
- /get-help-hmrc-extra-support
- /guidance/voluntary-and-community-sector-organisations-who-can-give-you-extra-support
- /tax-appeals
- /guidance/how-to-get-a-review-of-an-hmrc-decision
- /guidance/tax-disputes-alternative-dispute-resolution-adr
81 changes: 0 additions & 81 deletions test/integration/recruitment_banner_test.rb

This file was deleted.

0 comments on commit f70f014

Please sign in to comment.