<% if @results.any? %>

Similar

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

Similar

No matches found

<% end %>