Sha256: a6bcc9dfd99be356d3d698137be02fd0b3b158dd7cd2ee445f649dfed0e7ab83
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title><%= this_blog.blog_name %> – <%= controller.controller_name %></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="imagetoolbar" content="no"> <%= javascript_include_tag 'publify_admin', async: Rails.env.production? %> <%= stylesheet_link_tag 'publify_admin' %> <%= csrf_meta_tags %> </head> <body> <%= render 'admin/shared/menu' %> <div class='container-fluid'> <%= render 'shared/flash', flash: flash %> <% if content_for?(:page_heading) %> <div class='page-header'> <%= yield :page_heading %> </div> <% end %> <%= yield %> <footer> <%= link_to(this_blog.blog_name, this_blog.base_url) %> <%= t('.powered_by') %> Publify <%= h PublifyCore::VERSION %> </footer> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
publify_core-10.0.2 | app/views/layouts/administration.html.erb |