Skip to content

Commit

Permalink
Merge pull request #3475 from alphagov/remove_partial_call_from_layout
Browse files Browse the repository at this point in the history
Remove banner partial from application layout
  • Loading branch information
hannako authored Dec 10, 2024
2 parents aa2639f + d902088 commit 6e194ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
<% end %>
<% end %>

<%= render "govuk_web_banners/recruitment_banner" %>

<%= yield :header %>

<main role="main" id="content" class="<%= @content_item.schema_name.dasherize %>" lang="<%= I18n.locale %>">
Expand Down

0 comments on commit 6e194ad

Please sign in to comment.