Sha256: 3a43d53d6ca915fcd2efbb34f833a4b9114753bb572216ae04e6bd7112c181c5

Contents?: true

Size: 437 Bytes

Versions: 7

Compression:

Stored size: 437 Bytes

Contents

%h1 Products

Filter:
= filter_form_for @filter
-#= inline_filter_form_for @filter
-#= horizontal_filter_form_for @filter
%br
%table.table.table-bordered
  %tr
    %th= link_to_sortable_column :title, 'Title'
    %th Category
    %th= link_to_sortable_column :price, 'Price'

  - @items.each do |item|
    %tr
      %td=item.title
      %td= item.category.title
      %td= item.price

= paginate @items
%br
Found: #{@items.total_count}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simple_search_filter-0.2.1 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.1.1 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.1.0 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.31 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.30 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.29 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.28 test/dummy/app/views/products/index.html.haml