Skip to content

Commit 5737e55

Browse files
authored
Merge pull request #3860 from alphagov/update-inverse-header
Use HTML publication header variant of inverse header
2 parents 2d1f279 + f96dd63 commit 5737e55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ GEM
163163
govuk_personalisation (1.1.0)
164164
plek (>= 1.9.0)
165165
rails (>= 6, < 9)
166-
govuk_publishing_components (61.4.1)
166+
govuk_publishing_components (62.0.0)
167167
govuk_app_config
168168
govuk_personalisation (>= 0.7.0)
169169
kramdown

app/views/content_items/html_publication.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<% end %>
2929

3030
<%= render 'govuk_publishing_components/components/inverse_header', {
31+
html_publication_header: true,
3132
padding_top: 6,
3233
padding_bottom: 6,
3334
subtext: @content_item.last_changed

0 commit comments

Comments
 (0)