Sha256: b64b64e32033a451acc536517c0d5d795bad5934b5f1c1d09a5da11da10f7d24

Contents?: true

Size: 786 Bytes

Versions: 5

Compression:

Stored size: 786 Bytes

Contents

.result-filters__section.result-filters__section--price
  %h2.result-filters__heading= 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= inline_svg('workarea/storefront/icons/close.svg', class: 'result-filters__remove-icon', title: t('workarea.storefront.products.remove_filter'))
          - else
            %span.result-filters__count #{count}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/views/workarea/storefront/facets/_range.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/facets/_range.html.haml
workarea-nvy_theme-1.1.4 app/views/workarea/storefront/facets/_range.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/facets/_range.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/facets/_range.html.haml