Skip to content

Commit

Permalink
Add 'Contents' title to HMRC section pages
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinailie committed Dec 4, 2024
1 parent 229d46b commit 9a63bf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/content_items/hmrc_manual_section.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
</div>
<% end %>

<%= render "govuk_publishing_components/components/heading", {
text: t("manuals.contents_title"),
margin_bottom: 4
} %>

<% @content_item.section_groups.each do | group | %>
<div class="subsection-collection govuk-grid-column-full">
<%= render "content_items/manuals/hmrc_sections", group: group %>
Expand Down

0 comments on commit 9a63bf7

Please sign in to comment.