<% if @results.any? %>

Similar

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

Similar

No matches found

<% end %>