Sha256: e4a64e4993d0082195ec1ee2a6c36c37c9a1be2954430478eccc0b7a12bf3257

Contents?: true

Size: 323 Bytes

Versions: 15

Compression:

Stored size: 323 Bytes

Contents

.row
  %div{class: "col-lg-12 col-md-12"}
    - if @items.klass.new.has_attribute?(:sequence)
      = render "sortable_list", { collection: @items }
    - else
      = render "list", { collection: @items }

- 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/content/index.html.haml
weeler-2.0.1 app/views/weeler/content/index.html.haml
weeler-2.0.0 app/views/weeler/content/index.html.haml
weeler-1.6.0 app/views/weeler/content/index.html.haml
weeler-1.5.4 app/views/weeler/content/index.html.haml
weeler-1.5.2 app/views/weeler/content/index.html.haml
weeler-1.5.1 app/views/weeler/content/index.html.haml
weeler-1.4.0 app/views/weeler/content/index.html.haml
weeler-1.2.0 app/views/weeler/content/index.html.haml
weeler-1.1.0 app/views/weeler/content/index.html.haml
weeler-1.0.4 app/views/weeler/content/index.html.haml
weeler-1.0.3 app/views/weeler/content/index.html.haml
weeler-1.0.2 app/views/weeler/content/index.html.haml
weeler-1.0.1 app/views/weeler/content/index.html.haml
weeler-1.0.0 app/views/weeler/content/index.html.haml