Sha256: 1e0f57e864cd230282e17e0d5e7fe6672c1d1b160d0c97028f2ffe36c34214a8

Contents?: true

Size: 680 Bytes

Versions: 5

Compression:

Stored size: 680 Bytes

Contents

<!doctype html>
<html class="no-js incompatible-browser" lang="en">
<head>
  <base href="/">
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <title><%= @pom.page.title if @pom.page %></title>
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <%= coprl_headers(@base_url, request, @pom) %>
  <%= csrf_meta_tags %>
  <%= csp_meta_tag if defined?(csp_meta_tag) %>
</head>
<body>
<%= partial "body/preamble", :locals => {pom:@pom} %>
<%= yield %>
<%= partial "body/postamble", :locals => {pom:@pom} %>
<noscript><p>JavaScript must be enabled to continue.</p></noscript>
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coprl-3.0.0.beta.5 rails-engine/app/views/layouts/coprl.html.erb
coprl-3.0.0.beta.4 rails-engine/app/views/layouts/coprl.html.erb
coprl-3.0.0.beta.3 rails-engine/app/views/layouts/coprl.html.erb
coprl-3.0.0.beta.2 rails-engine/app/views/layouts/coprl.html.erb
coprl-3.0.0.beta.1 rails-engine/app/views/layouts/coprl.html.erb