Sha256: 791108638be82aadef57287a58cbff54532317f6a6a355b1c8e137d2aa233b38

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

- if content_for?(:actions) 
  .block
    %h3 Actions
    = yield(:actions)
    
- if content_for?(:search) 
  .block.notice
    %h3
      Search
    .content
      %p= yield(:search)
  
- if content_for?(:extra)
  = yield(:extra)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
core-generators-0.0.2 lib/generators/core/layout/templates/views/haml/_sidebar.html.haml
core-generators-0.0.1 lib/generators/core/layout/templates/views/haml/_sidebar.html.haml