Files
danbooru/app/views/iqdb/similar_by_source.html.erb
r888888888 7d1bf4864f iqdb fixes
2014-04-12 01:34:21 -07:00

7 lines
169 B
Plaintext

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