iqdb display fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<% if @download.matches %>
|
<% if @download.matches.any? %>
|
||||||
<h3>Similar</h3>
|
<h3>Similar</h3>
|
||||||
<% @download.matches.each do |match| %>
|
<% @download.matches.each do |match| %>
|
||||||
<%= PostPresenter.preview(Post.find(match.post_id)) %>
|
<%= PostPresenter.preview(Post.find(match.post_id)) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user