Sha256: c2287e3f1e3f7ccfabef672edd6f27b53d67378cd1d0772d07ea213634da3265

Contents?: true

Size: 224 Bytes

Versions: 1

Compression:

Stored size: 224 Bytes

Contents

module Calagator
  module SourcesHelper
    # Return HTML with a link to the the external source URL.
    def source_url_link(source)
      link_to source.url, source.url, rel: 'nofollow', target: '_BLANK'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
calagator-1.1.0 app/helpers/calagator/sources_helper.rb