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