Sha256: be436d3088472c7463cd75f54857e5658bf04c59d22fc4b72c83c96a0f908205

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

// SORTING
- options = sort_options
- current = current_sort
- if options.present?
  .sort-in-filter-form
    .input-group.input-group-sm.flex-nowrap.sort-input-group.mb-2.me-2
      %span.input-group-text.text-muted Sort
      = select_tag "sort_by",
                   options_for_select(options, current),
                   class: "pointer-select _filter-sort form-control",
                   include_blank: ("--" unless options.values.include? current),
                   "data-minimum-results-for-search": "Infinity"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
card-mod-filter-0.3 set/abstract/0_filter/filter_form/filter_sort_dropdown.haml
card-mod-filter-0.2 set/abstract/0_filter/filter_form/filter_sort_dropdown.haml