Sha256: 6b52632e32c1cb3a96cd9c008d6a3a722f6af1a3a7a5a194583e8178be89a93c

Contents?: true

Size: 521 Bytes

Versions: 25

Compression:

Stored size: 521 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= @page_title %></title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <%= stylesheet_link_tag "cms", media: 'all' %>
<% if false %>  not require in cms mode
  <style type="text/css" media="all"><%= "#{@site.css if @site}#{@design.css if @design}\n#{@page.css if @page}".html_safe  %></style>
  <%= @site.header.html_safe if @site %>
<% end %>
  <%= javascript_include_tag "cms" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
drg_cms-0.6.1.5 app/views/layouts/cms.html.erb
drg_cms-0.6.1.4 app/views/layouts/cms.html.erb
drg_cms-0.6.1.1.1 app/views/layouts/cms.html.erb
drg_cms-0.6.1.0 app/views/layouts/cms.html.erb
drg_cms-0.6.0.8 app/views/layouts/cms.html.erb
drg_cms-0.6.0.6 app/views/layouts/cms.html.erb
drg_cms-0.6.0.3 app/views/layouts/cms.html.erb
drg_cms-0.6.0.1 app/views/layouts/cms.html.erb
drg_cms-0.5.52.16 app/views/layouts/cms.html.erb
drg_cms-0.5.52.12 app/views/layouts/cms.html.erb
drg_cms-0.5.52.9 app/views/layouts/cms.html.erb
drg_cms-0.5.52.7 app/views/layouts/cms.html.erb
drg_cms-0.5.52.5 app/views/layouts/cms.html.erb
drg_cms-0.5.52.3 app/views/layouts/cms.html.erb
drg_cms-0.5.52.2 app/views/layouts/cms.html.erb
drg_cms-0.5.52 app/views/layouts/cms.html.erb
drg_cms-0.5.51.1 app/views/layouts/cms.html.erb
drg_cms-0.5.50.2 app/views/layouts/cms.html.erb
drg_cms-0.5.10.10 app/views/layouts/cms.html.erb
drg_cms-0.5.10.7 app/views/layouts/cms.html.erb