Sha256: 65174c25ba2870a61bc77792804e341606bc54a6ce41a58ad5eb2cd95ea070ad

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

!!! 5
-# http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
-ie_html :class => 'no-js', :lang => 'en' do
  %head
    = render "head"
  
  %body{ :class => "#{controller.controller_name}" }
    #container
      %header#header
        = render "header"
        
      #main{ :role => 'main' }
        = render "flashes"
        = yield
        
      %footer#footer
        = 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.2 app/views/layouts/application.html.haml
html5-rails-0.0.1 app/views/layouts/application.html.haml