Sha256: d8b80facc76a514d4e938bbe66ed31208bd0239414243043fb4ae7b13c2d6ebb

Contents?: true

Size: 862 Bytes

Versions: 2

Compression:

Stored size: 862 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= LoldesignPublisher.config[:page_title] %></title>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <%= stylesheet_link_tag 'loldesign_publisher/publisher', media: 'all', 'data-turbolinks-track' => true %>
  <%= javascript_include_tag :modernizr %>
  <%= csrf_meta_tags %>
</head>
<body>
  <%= render partial: '/layouts/loldesign_publisher/header_main' %>

  <section class='container-main'>
    <%= render partial: '/layouts/loldesign_publisher/nav_main' %>
    <section class='content'>
      <%= render partial: '/layouts/loldesign_publisher/modules/messages' %>

      <%= yield %>
    </section>
  </section>
  <%= javascript_include_tag 'loldesign_publisher/publisher', 'data-turbolinks-track' => true %>
  <%= javascript_include_tag '/grid.js' if Rails.env.development? %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
loldesign_publisher-1.3.1 app/views/layouts/loldesign_publisher/publisher.html.erb
loldesign_publisher-1.3.0 app/views/layouts/loldesign_publisher/publisher.html.erb