Sha256: cf6bc7979623bfbaf35f9046e6b7828810cfc7448d8df7f67dd72ee029123fab

Contents?: true

Size: 714 Bytes

Versions: 2

Compression:

Stored size: 714 Bytes

Contents

<!DOCTYPE html>
<%%# http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither %>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="lt-ie9 lt-ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="lt-ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class='no-js' lang='en'>
  <!--<![endif]-->

  <%%= render "head" %>

  <body class='pages'>
    <%%= render "header" %>

    <div id='main' role='main'>
      <%%= render "flashes" %>
      <%%= yield %>
    </div>

    <%%= render "footer" %>

    <%%# Javascript at the bottom for fast page loading %>
    <%%= render "javascripts" %>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

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