Sha256: 7a67d2fb41f3e5d5aa8ca940aa9c725aa2fbafe6fff59feda2952bbb32852e05

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

!!!
!= cc_html(:class => "no-js", :lang => 'en') do
  = render 'shared/html_head'
  %body
    %noscript#noscript_warning This site works best with JavaScript enabled. Some features may not be available
    #wrapper
      = render 'shared/header'
      = render 'shared/nav_flash'
      .colmask{:class => @col_layout || @col_layout = "leftcol"} 
        -# options: leftcol, rightcol, threecol, onecol
        .colmid
          .colleft
            .col1
              = yield
            .col2
              = yield :left_col
            .col3
              = yield :right_col
      = render 'shared/footer'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
speedo-0.0.2 test/dummy/app/views/layouts/application.haml
speedo-0.0.1 test/dummy/app/views/layouts/application.haml