Sha256: 5fc3f92a92e7eed45fd121be475836b0a045c267b65bbadc19218b2e37ca5fa0

Contents?: true

Size: 1008 Bytes

Versions: 11

Compression:

Stored size: 1008 Bytes

Contents

<!DOCTYPE html>
<html lang="en" class="govuk-template">
  <head>
    <meta charset="utf-8" />
    <title><%= browser_title %></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" %>
    <!--[if !IE 8]><!-->
      <%= stylesheet_link_tag "govuk_publishing_components/admin_styles" %>
    <!--<![endif]-->
    <!--[if IE 8]>
      <%= stylesheet_link_tag "govuk_publishing_components/admin_styles_ie8" %>
    <![endif]-->
    <%= javascript_include_tag "govuk_publishing_components/vendor/modernizr" %>
  </head>
  <body class="govuk-template__body">
    <script>
      document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
    </script>
    <%= yield %>
    <%= javascript_include_tag "govuk_publishing_components/admin_scripts" %>
  </body>
</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
govuk_publishing_components-9.12.2 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.12.1 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.12.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.11.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.10.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.9.1 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.9.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.8.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.7.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.6.0 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb
govuk_publishing_components-9.5.3 app/views/govuk_publishing_components/components/_layout_for_admin.html.erb