Sha256: 4efc1f5791d5ad8dbb5bb4e3fa011b6df25b920d335e977995ca13aa49525089

Contents?: true

Size: 528 Bytes

Versions: 3

Compression:

Stored size: 528 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>CMS</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<ul>
  <% @page.roots.each do |root| %>
    <%= link_to_page root %>
  <% end %>
</ul>

<h1>
  <section name='header'>
    <%= yield :header %>
  </section>
</h1>

<section name='content' data-type='ckeditor'>
  <%= yield :content %>
</section>

<hr/>

<section name='footer'>
  <%= yield :footer %>
</section>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin-selleo-cms-0.0.18 spec/dummy/app/views/layouts/cms.html.erb
activeadmin-selleo-cms-0.0.17 spec/dummy/app/views/layouts/cms.html.erb
activeadmin-selleo-cms-0.0.16 spec/dummy/app/views/layouts/cms.html.erb