Sha256: 043c4a423a52a5a70071dc1b5dbf8f461747c3a14f125dd133d81f246053f566

Contents?: true

Size: 706 Bytes

Versions: 2

Compression:

Stored size: 706 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 app/views/layouts/application.html.erb
html5-rails-0.0.3 app/views/layouts/application.html.erb