Skip to content

Commit

Permalink
Merge pull request #418 from alphagov/delineate-search-result-count
Browse files Browse the repository at this point in the history
Delineate number of search results
  • Loading branch information
andrewgarner authored Feb 21, 2018
2 parents 631b618 + 293952c commit 0818b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/search/search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<% if @query.present? %>
<span class="dgu-results__summary">
<span class="bold-small"><%= @num_results %></span>
<span class="bold-small"><%= number_with_delimiter(@num_results) %></span>
<%= t('.results_summary') %> <span class="bold-small"><%= @query %></span>
</span>
<% end %>
Expand Down

0 comments on commit 0818b9a

Please sign in to comment.