Sha256: 49ca71841ba6a856f28003253f21e7de7d434b5c63573f6787449b7f1158358c

Contents?: true

Size: 966 Bytes

Versions: 3

Compression:

Stored size: 966 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <title><%= @page_title %></title>
  <!--[if IE]><link rel="stylesheet" href="/stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->  		
  <%= stylesheet_link_tag 'application' %>
  <%= google_load_jquery %>
  <%= google_load_jquery_ui %>
  <%= javascript_include_tag %w{
              application.js }, :cache => 'all_js_cached' %>
  <%= javascript_tag %[var AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %>
  <%= yield :head -%>
</head>
<body>
  <div id="wrapper" class="container">
    <div id="content-wrapper">
      <div id="content">
        <%= yield :layout %>
      </div>
    </div>
  </div>
  <script type="text/javascript" language="JavaScript">
  <%= yield :javascript %>
  </script>  
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
overlord-3.0.2 test/rails_test/app/views/layouts/default.html.erb
overlord-3.0.1 test/rails_test/app/views/layouts/default.html.erb
overlord-3.0.0 test/rails_test/app/views/layouts/default.html.erb