Skip to content

Commit

Permalink
Remove obsolete recruitment banner code
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Nov 6, 2024
1 parent 6a3949e commit c97e7ad
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 144 deletions.
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//= require govuk_publishing_components/components/error-summary
//= require govuk_publishing_components/components/govspeak
//= require govuk_publishing_components/components/image-card
//= require govuk_publishing_components/components/intervention
//= require govuk_publishing_components/components/metadata
//= require govuk_publishing_components/components/print-link
//= require govuk_publishing_components/components/radio
Expand Down
27 changes: 0 additions & 27 deletions app/helpers/recruitment_banner_helper.rb

This file was deleted.

2 changes: 0 additions & 2 deletions app/views/content_items/detailed_guide.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
schema: :faq
) %>
<% end %>
<%= render 'shared/intervention_banner' %>
<%= render 'shared/email_subscribe_unsubscribe_flash', { title: @content_item.title_and_context[:title] } %>

<div class="govuk-grid-row gem-print-columns-none">
Expand Down
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
10 changes: 0 additions & 10 deletions app/views/shared/_intervention_banner.html.erb

This file was deleted.

18 changes: 0 additions & 18 deletions lib/data/recruitment_banners.yml

This file was deleted.

34 changes: 0 additions & 34 deletions test/integration/recruitment_banner_test.rb

This file was deleted.

51 changes: 0 additions & 51 deletions test/unit/helpers/recruitment_banner_helper_test.rb

This file was deleted.

0 comments on commit c97e7ad

Please sign in to comment.