Add rel attribute with nofollow value.
This commit is contained in:
@@ -12,6 +12,12 @@ module DocumentsHelper
|
||||
Hash[Document.sources.map { |k,v| [k, Document.human_attribute_name("document.#{k}")] }]
|
||||
end
|
||||
|
||||
def document_link_url(document)
|
||||
uri = URI.parse(document.link)
|
||||
return document.link if uri.scheme == "http" || uri.scheme == "https"
|
||||
"http://#{document.link}"
|
||||
end
|
||||
|
||||
def bytesToMeg(bytes)
|
||||
bytes / Numeric::MEGABYTE
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user