Sha256: 9674fbbc275e778f29eb79acf19510e1e7ce10f59ca7dfcbd7a6451e2c1d4d5e
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
<div class="container-fluid plp-filter-and-sort-horizontal-border d-lg-none mb-3"> <div class="row"> <div id="filter-by-overlay-show-button" class="col-6 plp-filter-and-sort-vertical-border"> <div class="plp-filter-and-sort-buttons"> <%= Harpiya.t('plp.filter_by') %> <%= inline_svg_tag 'arrow-right.svg', class: "plp-icon" %> </div> </div> <div id="sort-by-overlay-show-button" class="col-6"> <div class="plp-filter-and-sort-buttons"> <%= Harpiya.t("plp.#{ params[:sort_by].blank? ? 'sort_by': params[:sort_by].gsub('-', '_') }") %> <%= inline_svg_tag 'arrow-right.svg', class: "plp-icon" %> </div> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/products/_filter_and_sort_mobile_buttons.html.erb |