Sha256: 9380759bddc1ebb73db30ad4cdb2a43287b8e1b331e74241142f83813541134b

Contents?: true

Size: 410 Bytes

Versions: 3

Compression:

Stored size: 410 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>McmsBlog</title>

  <link rel="icon" type="image/png" href="/favicon.ico" />

  <%= render 'layouts/stylesheets' %>
  
  
  <%= render :partial => 'layouts/javascript' %>
  
  <%= csrf_meta_tags %>


</head>
<body>
  <div id="page-container" >
    <div class="body-containt">
      <%= yield %>
      <div style="clear:both;"></div>
    </div>
  </div>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/layouts/admin.html.erb
mcms_blog-0.0.4 app/views/layouts/admin.html.erb
mcms_blog-0.0.3 app/views/layouts/admin.html.erb