Skip to content

Commit

Permalink
Merge pull request #2048 from alphagov/add-equal-item-spacing-to-cont…
Browse files Browse the repository at this point in the history
…act-lists

Use equal item spacing on gem document-lists on Contact
  • Loading branch information
hannalaakso authored Jan 14, 2025
2 parents b9a1046 + 082f360 commit 9ebdfe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/contact/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<% content_for :title do "Find contact details for services" end %>
<%= render "govuk_publishing_components/components/document_list", {
equal_item_spacing: true,
items: @popular_links
} %>

<%= render "govuk_publishing_components/components/details", {
title: "More topics"
} do %>
<%= render "govuk_publishing_components/components/document_list", {
equal_item_spacing: true,
items: @long_tail_links
} %>
<% end %>
Expand Down

0 comments on commit 9ebdfe1

Please sign in to comment.