diff --git a/app/views/iqdb/similar_by_source.html.erb b/app/views/iqdb/similar_by_source.html.erb index 8069f9960..ddf739f91 100644 --- a/app/views/iqdb/similar_by_source.html.erb +++ b/app/views/iqdb/similar_by_source.html.erb @@ -3,4 +3,7 @@ <% @download.matches.each do |match| %> <%= PostPresenter.preview(Post.find(match.post_id)) %> <% end %> +<% else %> +
No matches found
<% end %>