<% if @results.any? %>

Similar

<% @results.each do |match| %> <%= PostPresenter.preview(match[:post], :tags => "status:any", :size => true) %> <% end %> <% else %>

Similar

No matches found

<% end %>