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