Sha256: 36ff6324faf4459d5b243576204f68fe4c11225cc95d3be7575571ce0a11ad9f

Contents?: true

Size: 307 Bytes

Versions: 17

Compression:

Stored size: 307 Bytes

Contents

module CurationConcerns
  module Renderers
    class ExternalLinkAttributeRenderer < AttributeRenderer
      private

        def li_value(value)
          auto_link(value) do |link|
            "<span class='glyphicon glyphicon-new-window'></span>&nbsp;#{link}"
          end
        end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
curation_concerns-1.7.8 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.7 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-2.0.0 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-2.0.0.rc2 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.6 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.5 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.4 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.3 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.2 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-2.0.0.rc1 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.1 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.0 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.7.0.beta1 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.6.3 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.6.2 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.6.1 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb
curation_concerns-1.6.0 app/renderers/curation_concerns/renderers/external_link_attribute_renderer.rb