cirandas.net

ref: master

app/views/search/_search_content.html.erb


<%= n_('Total of 1 result', 'Total of %s results'.html_safe, @searches[@asset][:results].total_entries) % @searches[@asset][:results].total_entries.inspect %>
<%# plugins_search_pre_contents %> <% if @asset == :products %> <% @show_supplier = true %> <%= render 'search_products_content' %> <% else %> <%= display_results(@searches, @asset) %> <% if params[:display] != 'map' %> <%= pagination_links @searches[@asset][:results] %> <% end %> <% end %> <%# plugins_search_post_contents %>