Files
danbooru/app/views/iqdb_queries/create_by_url.html.erb
r888888888 57ad234b90 fixes #2130
2014-05-23 14:15:19 -04:00

10 lines
230 B
Plaintext

<% if @download.matches.any? %>
<h3>Similar</h3>
<% @download.matches.each do |match| %>
<%= PostPresenter.preview(Post.find(match.post_id)) %>
<% end %>
<% else %>
<h3>Similar</h3>
<p>No matches found</p>
<% end %>