Sha256: 2876ac1449e45baa85e2154ff9c7cf51b27e36a126d6b09ddbcbeb88632e3cbf

Contents?: true

Size: 483 Bytes

Versions: 15

Compression:

Stored size: 483 Bytes

Contents

%h1
  All #{@items.klass.to_s.underscore.humanize.downcase} items

= link_to "Add new #{@items.klass.to_s.underscore.humanize.downcase}", {action: :new}

= render 'filter', items: @items
.row
  %table.table{data: {provides: "rowlink"}}
    %thead
      = render "header_row", items: @items
    %tbody
      - @items.each do |item|
        = render "row", item: item

- if @paginate.present? && @paginate > 0
  .row
    = paginate @items, params: { action: "index" }, theme: "weeler"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
weeler-2.1.0 app/views/weeler/administration/index.html.haml
weeler-2.0.1 app/views/weeler/administration/index.html.haml
weeler-2.0.0 app/views/weeler/administration/index.html.haml
weeler-1.6.0 app/views/weeler/administration/index.html.haml
weeler-1.5.4 app/views/weeler/administration/index.html.haml
weeler-1.5.2 app/views/weeler/administration/index.html.haml
weeler-1.5.1 app/views/weeler/administration/index.html.haml
weeler-1.4.0 app/views/weeler/administration/index.html.haml
weeler-1.2.0 app/views/weeler/administration/index.html.haml
weeler-1.1.0 app/views/weeler/administration/index.html.haml
weeler-1.0.4 app/views/weeler/administration/index.html.haml
weeler-1.0.3 app/views/weeler/administration/index.html.haml
weeler-1.0.2 app/views/weeler/administration/index.html.haml
weeler-1.0.1 app/views/weeler/administration/index.html.haml
weeler-1.0.0 app/views/weeler/administration/index.html.haml