Sha256: 77c7033f80fc6e951849d655fe2a9f2466a7ca8408dc1ac7187ab7284364e845
Contents?: true
Size: 941 Bytes
Versions: 17
Compression:
Stored size: 941 Bytes
Contents
<% product_name ||= "Publishing" %> <!DOCTYPE html> <html lang="en" class="govuk-template"> <head> <meta charset="utf-8" /> <title><%= browser_title %> - GOV.UK <%= product_name %></title> <meta name="robots" content="noindex,nofollow,noimageindex"> <meta name="viewport" content="width=device-width, initial-scale=1"> <%= csrf_meta_tags %> <%= favicon_link_tag "govuk_publishing_components/favicon-#{environment}.png" %> <%= stylesheet_link_tag "application", media: "all" %> <%= javascript_include_tag "govuk_publishing_components/vendor/modernizr" %> <%= yield :head %> </head> <body class="gem-c-layout-for-admin govuk-template__body"> <%= javascript_tag nonce: true do -%> document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled'); <% end -%> <%= yield %> <%= javascript_include_tag "application" %> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems