Skip to content

Commit

Permalink
Use contents list underline option on guides
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Mar 29, 2018
1 parent 70945ec commit 4c5e115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/guide.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<%= render 'govuk_component/title', { title: @content_item.title } %>
<% if @content_item.multi_page_guide? %>
<aside class="part-navigation-container" role="complementary">
<%= render "components/contents-list", aria_label: 'Pages in this guide', contents: @content_item.part_link_elements %>
<%= render "components/contents-list", aria_label: 'Pages in this guide', contents: @content_item.part_link_elements, underline_links: true %>
</aside>
<% end %>
</div>
Expand Down

0 comments on commit 4c5e115

Please sign in to comment.