Sha256: 21f003f8dbdf17ec2cb749bfa2515fe386a62e61274ca8d2992449a709cb2c68
Contents?: true
Size: 727 Bytes
Versions: 2
Compression:
Stored size: 727 Bytes
Contents
!!! 5 -# Use the ie_html tag below instead of the %html tag if you prefer the IE conditionals on the HTML tag instead of the body tag http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither -# ie_html :lang => 'en', :class => 'no-js' do %html.no-js{:lang => "en"} = render :partial => 'layouts/head' - ie_body :class => "#{controller.controller_name}" do #container %header#header = render :partial => 'layouts/header' #main = render :partial => 'layouts/flashes' = yield %footer#footer = render :partial => 'layouts/footer' -# Javascript at the bottom for fast page loading = render :partial => 'layouts/javascripts'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
html5-boilerplate-0.2.1 | templates/project/application.html.haml |
html5-boilerplate-0.2.0 | templates/project/application.html.haml |