Sha256: 472731013a3a13a24f487cd539f7eb4e41e746eb7bdb6f5d427d2dc7839dfd76
Contents?: true
Size: 676 Bytes
Versions: 1
Compression:
Stored size: 676 Bytes
Contents
<!DOCTYPE html> <html lang="en" class="govuk-template"> <head> <meta name="robots" content="noindex,nofollow,noimageindex"> <%= csrf_meta_tags %> <title><%= browser_title %></title> <!--[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"> <%= yield %> <%= javascript_include_tag "govuk_publishing_components/admin_scripts" %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
govuk_publishing_components-9.5.2 | app/views/govuk_publishing_components/components/_layout_for_admin.html.erb |