Skip to content

Commit

Permalink
Merge pull request #480 from alphagov/allow-head-in-admin-layout
Browse files Browse the repository at this point in the history
Allow custom tags in head for admin layout
  • Loading branch information
alex-ju committed Aug 14, 2018
2 parents dc44dd6 + baf2d53 commit c9f9d13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

* Allow custom tags in `<head>` for admin layout (PR #480)

## 9.12.2

* Remove fixed 'name=button' attribute for buttons, to avoid them becoming a form param (PR #479)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (9.12.1)
govuk_publishing_components (9.12.2)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -339,4 +339,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.1
1.16.2
Expand Up @@ -14,6 +14,7 @@
<%= stylesheet_link_tag "govuk_publishing_components/admin_styles_ie8" %>
<![endif]-->
<%= javascript_include_tag "govuk_publishing_components/vendor/modernizr" %>
<%= yield :head %>
</head>
<body class="govuk-template__body">
<script>
Expand Down

0 comments on commit c9f9d13

Please sign in to comment.