iqdb display fix

This commit is contained in:
r888888888 2014-04-12 15:14:10 -07:00
parent 5bb49053d4
commit 7a61048d69

View File

@ -1,4 +1,4 @@
<% if @download.matches %>
<% if @download.matches.any? %>
<h3>Similar</h3>
<% @download.matches.each do |match| %>
<%= PostPresenter.preview(Post.find(match.post_id)) %>