Sha256: c5346d041b62fa555b57b8c34f673c91ce863a0e0b1d25d87eb8145de9d7a9aa

Contents?: true

Size: 761 Bytes

Versions: 1

Compression:

Stored size: 761 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= page_title(yield(:title)) %></title>
  <%= stylesheet_link_tag    'application', media: 'all' %>
  <script type="text/javascript">
    application_root_offset = '<%= (root_url[-1] == '/' ? root_url[0...-1] : root_url).gsub("'", "\\'") %>';
  </script>
  <%= javascript_include_tag 'application' %>
  <%= csrf_meta_tags %>
  <%= render 'layouts/barkest_core/shim' %>
</head>
<body>
<%= render 'layouts/barkest_core/header' %>
<div class="container body-content">
  <%= render_for_namespace 'subheader' %>
  <%= render 'layouts/barkest_core/messages' %>
  <%= yield %>
</div>
<%= render 'layouts/barkest_core/footer' %>
<!-- <%= Rails.application.app_info %>  -->
<% console if Rails.env.development? %>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
barkest_core-1.5.3.0 app/views/layouts/barkest_core/_application.html.erb