Sha256: c8b06dce1a14ac1e052c305b13ccafc0bd3d5deefb9ad190ecb6f7aa219a9f39

Contents?: true

Size: 640 Bytes

Versions: 3

Compression:

Stored size: 640 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= Brightcontent.application_name %></title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="robots" content="noindex" />
  <%= stylesheet_link_tag "brightcontent/brightcontent", :media => "all" %>
  <%= yield :head %>
  <%= csrf_meta_tags %>
</head>

<body data-editor-locale="<%=t('brightcontent.editor_locale')%>">
  <%= render 'layouts/brightcontent/navbar' %>

  <div class="container-wide">
    <%= render 'layouts/brightcontent/content' %>
  </div>
</div>

<%= javascript_include_tag "brightcontent/brightcontent" %>
<%= yield :bottom %>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brightcontent-core-2.6.0 app/views/layouts/brightcontent/wide.html.erb
brightcontent-core-2.5.1 app/views/layouts/brightcontent/wide.html.erb
brightcontent-core-2.5.0 app/views/layouts/brightcontent/wide.html.erb