Sha256: a00654006d8cc499af5e6ae239e5376636a86ac91d15860a4dea0d8ad0a7aa06

Contents?: true

Size: 387 Bytes

Versions: 5

Compression:

Stored size: 387 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><%= yield :header %></h1>

<%= yield :content %>

<hr/>

<%= yield :footer %>

</body>
</html>

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
activeadmin-selleo-cms-0.0.18 lib/generators/activeadmin_selleo_cms/templates/cms.html.erb
activeadmin-selleo-cms-0.0.17 lib/generators/activeadmin_selleo_cms/templates/cms.html.erb
activeadmin-selleo-cms-0.0.16 lib/generators/activeadmin_selleo_cms/templates/cms.html.erb
activeadmin-selleo-cms-0.0.14 lib/generators/activeadmin_selleo_cms/templates/cms.html.erb
activeadmin-selleo-cms-0.0.14 spec/dummy/app/views/layouts/cms.html.erb