Sha256: 713069c494b3848ed9f629d96ff8e15dba91251fcf5e8afb08a387c458d68248

Contents?: true

Size: 602 Bytes

Versions: 34

Compression:

Stored size: 602 Bytes

Contents

module Workarea
  module Storefront
    module FaviconsHelper
      def favicon_tags
        warn <<~eos
          DEPRECATION WARNING: favicons_helper is deprecated, use
          `render 'workarea/storefront/favicons/tags'` directly in the layout
          instead
        eos
      end

      def favicons_present?
        Content::Asset.favicons.count.positive?
      end

      def favicons_path(size, options = {})
        image_url(dynamic_favicons_path(size, options))
      end

      def favicon_path(options = {})
        image_url(dynamic_favicon_path(options))
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.45 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.44 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.43 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.42 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.41 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.40 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.39 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.38 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.37 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.36 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.35 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.34 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.33 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.32 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.31 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.30 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.29 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.28 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.27 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.4.26 app/helpers/workarea/storefront/favicons_helper.rb