indicate on iqdb searches if no match was found
This commit is contained in:
@@ -3,4 +3,7 @@
|
|||||||
<% @download.matches.each do |match| %>
|
<% @download.matches.each do |match| %>
|
||||||
<%= PostPresenter.preview(Post.find(match.post_id)) %>
|
<%= PostPresenter.preview(Post.find(match.post_id)) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<% else %>
|
||||||
|
<h3>Similar</h3>
|
||||||
|
<p>No matches found</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user