Sha256: 557a58bbdc0c4904b1bf4b92d83e946741108ab4a25de25c0e5946d019017153

Contents?: true

Size: 435 Bytes

Versions: 18

Compression:

Stored size: 435 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

18 entries across 18 versions & 1 rubygems

Version Path
simple_search_filter-0.0.27 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.26 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.25 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.24 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.23 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.22 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.21 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.20 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.17 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.16 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.15 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.13 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.12 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.11 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.10 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.9 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.8 test/dummy/app/views/products/index.html.haml
simple_search_filter-0.0.6 test/dummy/app/views/products/index.html.haml