<% if @results.empty? %>
<%= t ".no_results" %>
<% else %>
<% @results.each do |result| %>
<%= result_to_html(result) %>
<% end %>
<% if @more_params %>
<%= link_to t(".more_results"), url_for(@more_params), :class => "btn btn-primary" %>
<%= t("browse.start_rjs.loading") %>
<% end %> <% end %>