Sha256: eb6add22d580cd0be8f49a7e708e51ddcfd95ffd7afe53216d51f75156744b87

Contents?: true

Size: 911 Bytes

Versions: 6

Compression:

Stored size: 911 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">
    <script>
      document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
    </script>
    <%= yield %>
    <%= javascript_include_tag "application" %>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
govuk_publishing_components-34.2.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-34.1.3 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-34.1.2 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-34.1.1 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-34.1.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-34.0.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb