4 changed files with 12 additions and 12 deletions
@ -1,7 +1,7 @@ |
|||||||
<span class="govuk-!-margin-right-4"> |
<span class="govuk-!-margin-right-4"> |
||||||
<% if searched.present? %> |
<% if searched.present? %> |
||||||
<strong><%= count %></strong> <%= item_label %> found matching ‘<%= searched %>’ of <strong><%= total_count %></strong> total <%= item %>. <%= govuk_link_to("Clear search", path) %> |
<strong><%= count %></strong> <%= item_label %> found matching ‘<%= searched %>’ of <strong><%= total_count %></strong> total <%= item %>. <%= govuk_link_to("Clear search", path) %> |
||||||
<% else %> |
<% else %> |
||||||
<strong><%= count %></strong> total <%= item %>. |
<strong><%= count %></strong> total <%= item %> |
||||||
<% end %> |
<% end %> |
||||||
</span> |
</span> |
||||||
|
Loading…
Reference in new issue