Sha256: d245418795e546eb3b9c6cfc2d5aff72574aa8806e280862497137e23bbb416f

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 Bytes

Contents

.row
  %h3{style: "margin-bottom:25px;"}
    Results #{@products.offset_value + 1}-#{@products.offset_value + @products.size} of #{@products.total_count}

.row
  %table.table.table-bordered
    %thead
      %tr
        %td
        %td Name

    %tbody
      - @products.each_with_index do |product, idx|
        %tr
          %td= idx + @products.offset_value + 1
          %td= product.name

  = paginate(@products, theme: 'twitter-bootstrap-3')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaminari-surface-0.1.0 example/app/views/products/index.haml