add rel=nofollow in more places
This commit is contained in:
@@ -67,7 +67,7 @@ module PostsHelper
|
||||
end
|
||||
|
||||
if CurrentUser.is_builder? && !source_search.blank?
|
||||
source_link + " ".html_safe + link_to("»".html_safe, posts_path(:tags => source_search))
|
||||
source_link + " ".html_safe + link_to("»".html_safe, posts_path(:tags => source_search), :rel => "nofollow")
|
||||
else
|
||||
source_link
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user