Sha256: a79cfa03b42c38674413d9433dbd9c767607912e67ee57803a430b4fe0b6c6cd

Contents?: true

Size: 203 Bytes

Versions: 5

Compression:

Stored size: 203 Bytes

Contents

module AmpHtml
    module LayoutsHelper

        def amp_mozaic &block
            mozaic ( amp? ? :amp : :mozaic ) do
                capture(&block)
            end
        end

    end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
amp-html-1.2.1 app/helpers/amp_html/layouts_helper.rb
amp-html-1.2.0 app/helpers/amp_html/layouts_helper.rb
amp-html-1.1.0 app/helpers/amp_html/layouts_helper.rb
amp-html-1.0.1 app/helpers/amp_html/layouts_helper.rb
amp-html-1.0.0 app/helpers/amp_html/layouts_helper.rb