Sha256: fd0da2f7c7ca8400e9432b334d39f3ef3860521249eac6de72da99f259127671

Contents?: true

Size: 348 Bytes

Versions: 5

Compression:

Stored size: 348 Bytes

Contents

- content_for :layout_name, "two_column_left"
- content_for :content do
  = render :partial => "shared/flash_messages"
  .main
    .content
      - if show_title?
        %h2=h yield(:title)
      = yield(:two_column_content) || yield
  
  .sidebar
    .content
      = render :partial => "shared/sidebar"

= render :file => 'layouts/application'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rotten-generators-0.9.3 rails_generators/rotten_layout/templates/two_column_left.html.haml
rotten-generators-0.9.4 rails_generators/rotten_layout/templates/two_column_left.html.haml
rotten-generators-0.9.5 rails_generators/rotten_layout/templates/two_column_left.html.haml
rotten-generators-0.9.6 rails_generators/rotten_layout/templates/two_column_left.html.haml
rotten-generators-0.9.7 rails_generators/rotten_layout/templates/two_column_left.html.haml