Sha256: e11950ba4aeb950be1b4238284d6808bcf54f8f8a8a2429ffcef9a582070733f

Contents?: true

Size: 637 Bytes

Versions: 2

Compression:

Stored size: 637 Bytes

Contents

!!!
!= cc_html(:class => "no-js", :lang => 'en') do
  = render 'speedo/shared/html_head'
  %body
    %noscript#noscript_warning This site works best with JavaScript enabled. Some features may not be available
    #wrapper
      = render 'speedo/shared/header'
      = render 'speedo/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 'speedo/shared/footer'

Version data entries

2 entries across 2 versions & 1 rubygems

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