iqdb: block crawling of Find Similar links.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<% page_title "Similar Images Search" %>
|
||||
<% noindex if params[:search].present? %>
|
||||
|
||||
<div id="c-iqdb-queries">
|
||||
<div id="a-check">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</li>
|
||||
<% end %>
|
||||
<li id="post-option-find-similar">
|
||||
<%= link_to "Find similar", iqdb_queries_path(post_id: post.id) %>
|
||||
<%= link_to "Find similar", iqdb_queries_path(post_id: post.id), ref: "nofollow" %>
|
||||
</li>
|
||||
<% if policy(post).visible? %>
|
||||
<li id="post-option-download">
|
||||
|
||||
Reference in New Issue
Block a user