Sha256: 9bb7f0f83cc1b3d5da8e9cd7cfba13146a8f873fc7204b5f32807d28b8201737

Contents?: true

Size: 492 Bytes

Versions: 9

Compression:

Stored size: 492 Bytes

Contents

#page_header = yield(:page_header)

- if content_for(:search)
  .row
    .col-md-8
    .col-md-4
      = yield(:search)

= yield(:filters)

- if content_for?(:title) || content_for?(:actions) || content_for?(:table)
  .panel.panel-default
    - if content_for?(:title) || content_for?(:actions)
      .panel-heading: .panel-title
        = yield(:title)
        .pull-right = yield(:actions)

    = yield(:table)

= yield(:page_body)

= yield(:pagination)

#page_footer = yield(:page_footer)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dorsale-3.2.0 app/views/dorsale/_index.html.slim
dorsale-3.1.7 app/views/dorsale/_index.html.slim
dorsale-3.1.6 app/views/dorsale/_index.html.slim
dorsale-3.1.5 app/views/dorsale/_index.html.slim
dorsale-3.1.4 app/views/dorsale/_index.html.slim
dorsale-3.1.3 app/views/dorsale/_index.html.slim
dorsale-3.1.2 app/views/dorsale/_index.html.slim
dorsale-3.1.1 app/views/dorsale/_index.html.slim
dorsale-3.1.0 app/views/dorsale/_index.html.slim