Noosfero/noosfero

View on GitHub
plugins/solr/views/search/_results.html.erb

Summary

Maintainability
Test Coverage
<%= render :partial => 'search_form', :locals => { :hint => c_("Type words about the %s you're looking for") % @asset.to_s.singularize } %>
<%= render :partial => 'results_header' %>

<%= display_results(@searches, @asset) %>
<% if params[:display] != 'map' %>
  <%= pagination_links @searches[@asset][:results] %>
<% end %>