Sha256: b4cbb4ddb9e20838cde51bc4c0d93c4c740792e8afc6566b20d394210958076b

Contents?: true

Size: 167 Bytes

Versions: 12

Compression:

Stored size: 167 Bytes

Contents

.content
  .page-toolbar
    = yield(:page_toolbar)
  - if content_for?(:page_title)
    %div.page-header
      %h1= yield(:page_title)
  = bootstrap_flash 
  = yield

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
basepack-1.0.1 lib/generators/basepack/templates/layouts/_content.html.haml
basepack-1.0.1 spec/dummy_app/app/views/layouts/_content.html.haml
basepack-1.0.0 lib/generators/basepack/templates/layouts/_content.html.haml
basepack-1.0.0 spec/dummy_app/app/views/layouts/_content.html.haml
basepack-1.0.0.pre.0 spec/dummy_app/app/views/layouts/_content.html.haml
basepack-1.0.0.pre.0 lib/generators/basepack/templates/layouts/_content.html.haml
basepack-0.2.0 lib/generators/basepack/templates/layouts/_content.html.haml
basepack-0.2.0 spec/dummy_app/app/views/layouts/_content.html.haml
basepack-0.1.0 lib/generators/basepack/templates/layouts/_content.html.haml
basepack-0.1.0 spec/dummy_app/app/views/layouts/_content.html.haml
basepack-0.0.2 spec/dummy_app/app/views/layouts/_content.html.haml
basepack-0.0.2 lib/generators/basepack/templates/layouts/_content.html.haml