Sha256: 4ce4a11297aff2fad9424881d7d4b3bd4b9c8d2a84f3f525efeb0c6f1bb3c36a

Contents?: true

Size: 1017 Bytes

Versions: 17

Compression:

Stored size: 1017 Bytes

Contents

!!! 5
-# paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
<!--[if lt IE 7]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7]>    <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8]>    <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if gt IE 8]><!-->
%html.no-js{ :lang => "en" }
  <!--<![endif]-->
  %head
    -# To render a different stylesheet partial inside the head (i.e. for admin layout)
    -# just copy _stylesheets.html.haml, and point to that partial instead.
    / = render "layouts/head", :stylesheet_partial => "layouts/stylesheets"
    = render "head", :stylesheet_partial => "layouts/stylesheets"

  %body{ :class => "#{controller.controller_name}" }
    #container
      %header#header
        = render "layouts/header"

      #main{ :role => 'main' }
        = render "layouts/flashes"
        = yield

      %footer#footer
        = render "layouts/footer"

    -# Javascript at the bottom for fast page loading
    = render "layouts/javascripts"

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
survivalkit-1.0.beta.8 templates/project/templates/application.html.haml
survivalkit-1.0.beta.7 templates/project/templates/application.html.haml
survivalkit-1.0.beta.6 templates/project/templates/application.html.haml
survivalkit-1.0.beta.5 templates/project/templates/application.html.haml
survivalkit-1.0.beta.4 templates/project/templates/application.html.haml
survivalkit-1.0.beta.3 templates/project/templates/application.html.haml
survivalkit-1.0.beta.2 templates/project/templates/application.html.haml
survivalkit-1.0.beta.1 templates/project/templates/application.html.haml
survivalkit-0.3.4 templates/project/templates/application.html.haml
survivalkit-0.3.3 templates/project/templates/application.html.haml
survivalkit-0.3.2 templates/project/templates/application.html.haml
survivalkit-0.3.1 templates/project/templates/application.html.haml
survivalkit-0.3 templates/project/templates/application.html.haml
survivalkit-0.2.1 templates/project/templates/application.html.haml
survivalkit-0.2.0 templates/project/templates/application.html.haml
survivalkit-0.1.1 templates/project/templates/application.html.haml
survivalkit-0.1 templates/project/templates/application.html.haml