Skip to content

Commit

Permalink
Remove separator from editions search results
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraghiorghisor-tw committed Dec 19, 2023
1 parent acaab47 commit dc590cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/admin/editions/_search_results.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<p class="govuk-heading-s govuk-!-margin-bottom-3"><%= pluralize(number_with_delimiter(@filter.editions.total_count), "document") %></p>
<% end %>

<hr class="govuk-section-break govuk-section-break--m govuk-section-break--visible">

<% if filter.editions.blank? %>
<p class="govuk-body app-view-edition-search-results__no_documents">No documents found</p>
<% else %>
Expand Down

0 comments on commit dc590cc

Please sign in to comment.