Sha256: 10b2ee8061d688e88b8ee888eeeeab8502d1e20799e696d87f6e9fce7a40e5f5
Contents?: true
Size: 819 Bytes
Versions: 4
Compression:
Stored size: 819 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 %> <%= 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
4 entries across 4 versions & 1 rubygems