Sha256: f7b1a7904b0d9c17aeb4860a4ed6715270e5637550c3b73d52f1ca137854c167

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

!!! 5
-# http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
- ie_html :class => "no-js", :lang => "en" do
  = render "head"

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

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

    = render "footer"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html5-rails-0.0.4 lib/generators/html5/layout/templates/application.html.haml
html5-rails-0.0.3 lib/generators/html5/layout/templates/application.html.haml