Skip to content

Commit

Permalink
Merge pull request #2243 from alphagov/update-corporate-information-p…
Browse files Browse the repository at this point in the history
…age-templates

Update corporate information page template
  • Loading branch information
maxgds authored Oct 13, 2021
2 parents b917efc + 0418c47 commit 6cd21c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/content_items/corporate_information_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
<% end %>

<div class="<%= @content_item.organisation_brand_class %>">
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= render 'govuk_publishing_components/components/organisation_logo', @content_item.organisation_logo %>
</div>
</div>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= render 'govuk_publishing_components/components/title', title: @content_item.title %>
Expand All @@ -45,6 +40,11 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<hr class="govuk-section-break govuk-section-break--visible">
<div class="govuk-!-width-one-half govuk-!-margin-top-3 responsive-bottom-margin">
<%= render 'govuk_publishing_components/components/organisation_logo', @content_item.organisation_logo %>
</div>

<%= render "components/contents-list-with-body", contents: @content_item.contents do %>
<div class="responsive-bottom-margin">
<%= render 'govuk_publishing_components/components/govspeak', {} do %>
Expand Down

0 comments on commit 6cd21c0

Please sign in to comment.