Sha256: 236590c2c03838a20344a1b0ccb1c16e06a35d8fb77f20cd1f010a41860b8a7e

Contents?: true

Size: 668 Bytes

Versions: 62

Compression:

Stored size: 668 Bytes

Contents

.result-filters__section.result-filters__section--price
  %h2= t('workarea.storefront.products.filter_title', name: t('workarea.storefront.products.price'))
  %ul.result-filters__group
    - facet.results.each do |range, count|
      %li.result-filters__filter{ class: ('result-filters__filter--selected' if facet.selected?(range)) }
        = link_to facet_path(facet, range), rel: 'nofollow', class: 'result-filters__link' do
          = price_range_facet_text(range)
          - if facet.selected?(range)
            %strong.result-filters__remove= t('workarea.storefront.products.remove_filter')
          - else
            %span.result-filters__count (#{count})

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/facets/_range.html.haml