Sha256: 5f5227839e315164d174aefef84288bce3ed217523da17cc6584a0304f841d24
Contents?: true
Size: 231 Bytes
Versions: 13
Compression:
Stored size: 231 Bytes
Contents
module Calagator module SourcesHelper # Return HTML with a link to the the external source URL. def source_url_link(source) return link_to source.url, source.url, { :rel => "nofollow", :target => "_BLANK" } end end end
Version data entries
13 entries across 13 versions & 2 rubygems