Skip to content

Commit

Permalink
Add "Service Manual" to the page title
Browse files Browse the repository at this point in the history
- missing from #2583
  • Loading branch information
hannako committed Feb 8, 2023
1 parent 2700fd4 commit e02c3e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
<%= yield :extra_head_content %>
</head>
<body>
<% if @content_item.service_manual? %>
<div class="slimmer-inside-header">
<span class="govuk-header__product-name gem-c-header__product-name">
<%= "Service Manual" %>
</span>
</div>
<% end %>
<div id="wrapper" class="<%= wrapper_class %>">

<% if @content_item.show_phase_banner? || @content_item.service_manual? %>
Expand Down

0 comments on commit e02c3e0

Please sign in to comment.