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.4.27 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.25 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/facets/_range.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/facets/_range.html.haml