diff --git a/app/views/search/products.rhtml b/app/views/search/products.rhtml index 4e7afc0..2ba06af 100644 --- a/app/views/search/products.rhtml +++ b/app/views/search/products.rhtml @@ -13,11 +13,9 @@ <%= render :partial => 'search_form', :locals => { :hint => _('Type the product, service, city or qualifier desired') } %> <%= render :partial => 'results_header' %> - <% if !@empty_query %> - <%= display_results(true) %> - <% if params[:display] != 'map' %> - <%= pagination_links @results[:products] %> - <% end %> + <%= display_results(true) %> + <% if params[:display] != 'map' %> + <%= pagination_links @results[:products] %> <% end %> -- libgit2 0.21.2