<% if @high_similarity_matches.blank? %> No similar posts found. <% end %> <% if @low_similarity_matches.present? %> Found <%= pluralize(@low_similarity_matches.length, "low similarity match") %> (<%= link_to "show", "#", class: "toggle-iqdb-posts-low-similarity" %><%= link_to "hide", "#", class: "toggle-iqdb-posts-low-similarity", style: "display: none" %>) <% end %>
<% @high_similarity_matches.each do |match| %> <%= post_preview(match["post"], show_deleted: true, similarity: match["score"], show_size: true) %> <% end %>