% if @results.empty? %>
<%= t '.no_results' %>
<% else %>
<% if @more_params %>
<%= link_to t('.more_results'), url_for(@more_params), :class => "button load_more" %>
<%= image_tag "searching.gif", :class => "loader", :style => "display: none;" %>
<% end %>
<% end %>