diff --git a/app/views/search/_show_results_collection.html.erb b/app/views/search/_show_results_collection.html.erb index 0ea84351..0a7a3e5c 100644 --- a/app/views/search/_show_results_collection.html.erb +++ b/app/views/search/_show_results_collection.html.erb @@ -5,7 +5,11 @@ collection_title ||= 'unknown object' unless collection.empty? -%>
-

<%= collection.size %><%= collection_title %>

+

+ <%= collection.size %> + + <%= collection_title %> +

<%= yield %>
-<% end -%> \ No newline at end of file +<% end -%>