Skip to content

Commit

Permalink
Merge pull request #2465 from alphagov/make-national-applicability-ba…
Browse files Browse the repository at this point in the history
…nner-full-width

Make the national applicability banner full width
  • Loading branch information
davidgisbey authored Jun 20, 2022
2 parents 6556691 + 48a2ab3 commit ddd8717
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions app/views/content_items/html_publication.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,10 @@

<%= render 'shared/history_notice', content_item: @content_item %>
<%= render 'govuk_publishing_components/components/notice', @content_item.withdrawal_notice_component %>

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= render "govuk_publishing_components/components/devolved_nations", {
national_applicability: @content_item.national_applicability || {},
type: @content_item.schema_name
} %>
</div>
</div>
<%= render "govuk_publishing_components/components/devolved_nations", {
national_applicability: @content_item.national_applicability || {},
type: @content_item.schema_name
} %>

<div
class="govuk-grid-row sidebar-with-body"
Expand Down

0 comments on commit ddd8717

Please sign in to comment.