Sha256: 45681f0465e480d0949963fd193e50ce794808e618f03f60c8a03b4ec84a7846

Contents?: true

Size: 746 Bytes

Versions: 11

Compression:

Stored size: 746 Bytes

Contents

<!doctype html>
  <!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
  <!--[if IE 7 ]>    <html class="no-js ie7" lang="en"> <![endif]-->
  <!--[if IE 8 ]>    <html class="no-js ie8" lang="en"> <![endif]-->
  <!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
  <%= render :partial => 'layouts/global/head' %>
</head>
<body>
  <div id="wrapper" class="container">
    <%= render :partial => 'layouts/global/header' %>
    <div id="content-wrapper">
      <div id="content">
        <%= yield :layout %>
      </div>
    </div>
    <%= render :partial => 'layouts/global/footer' %>
  </div>
  <%= yield :javascript %>
  <%= render :partial => 'layouts/global/google_analytics' %>
</body>
</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
muck-engine-3.4.0 test/app/views/layouts/default.html.erb
muck-engine-3.3.18 test/app/views/layouts/default.html.erb
muck-engine-3.3.17 test/app/views/layouts/default.html.erb
muck-engine-3.3.16 test/app/views/layouts/default.html.erb
muck-engine-3.3.15 test/app/views/layouts/default.html.erb
muck-engine-3.3.14 test/app/views/layouts/default.html.erb
muck-engine-3.3.13 test/app/views/layouts/default.html.erb
muck-engine-3.3.12 test/app/views/layouts/default.html.erb
muck-engine-3.3.11 test/app/views/layouts/default.html.erb
muck-engine-3.3.10 test/app/views/layouts/default.html.erb
muck-engine-3.3.6 test/app/views/layouts/default.html.erb