Sha256: 37ac9ca666ed05ad609b68ea07b13ea4a570ede449f0b317c429097316ff3684

Contents?: true

Size: 582 Bytes

Versions: 28

Compression:

Stored size: 582 Bytes

Contents

module Workarea
  module Storefront
    module FaviconsHelper
      # TODO remove in v3.6
      def favicon_tags; end
      Workarea.deprecation.deprecate_methods(
        FaviconsHelper,
        favicon_tags: "Use `render 'workarea/storefront/favicons/tags'`"
      )

      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

28 entries across 28 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.26 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.25 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.23 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.22 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.21 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.20 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.19 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.18 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.17 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.16 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.15 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.14 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.13 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.12 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.11 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.10 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.9 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.8 app/helpers/workarea/storefront/favicons_helper.rb
workarea-storefront-3.5.7 app/helpers/workarea/storefront/favicons_helper.rb