Sha256: 1ec7a8253e8429e95a72e67af00a85d15366cca1b254659d6fb75d590df636bb

Contents?: true

Size: 490 Bytes

Versions: 6

Compression:

Stored size: 490 Bytes

Contents

!!!
%html
  %head
    %meta{:charset => "utf-8"}
    %title= strip_tags(@page_title) || "SB Style Guide"
    = javascript_include_tag "lib/modernizr"
    = sassie_stylesheets "application"
  %body.page_classes
    = render :partial => "layouts/main_nav"
    .container
      = render :partial => "shared/title"
      .row
        .mother-three.sister-four.column= render :partial => "shared/ui_nav"
        .mother-five.sister-four.column= yield
    = javascript_include_tag  "application"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sb-styleguide-1.2.2 app/views/layouts/application.html.haml
sb-styleguide-1.2.1 app/views/layouts/application.html.haml
sb-styleguide-1.2.0 app/views/layouts/application.html.haml
sb-styleguide-1.1.0 app/views/layouts/application.html.haml
sb-styleguide-1.0.1 app/views/layouts/application.html.haml
sb-styleguide-1.0.0 app/views/layouts/application.html.haml