Skip to content

Commit

Permalink
Merge pull request #1771 from alphagov/remove-new-cookie-flag
Browse files Browse the repository at this point in the history
Remove new_cookie_banner flag
  • Loading branch information
Vanita Barrett authored Jun 27, 2019
2 parents a278ab0 + db588be commit 5c73e86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'sass-rails', "5.0.7"
gem 'asset_bom_removal-rails', '~> 1.0.0'
gem 'nokogiri', "~> 1.10"
gem 'redis', "~> 4.1.2"
gem 'govuk_publishing_components', '~> 17.7'
gem 'govuk_publishing_components', '~> 17.8.0'
gem 'govuk_app_config', '~> 1.19.0'

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
govuk_frontend_toolkit (8.2.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_publishing_components (17.7.0)
govuk_publishing_components (17.8.0)
gds-api-adapters
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rouge (3.4.1)
rouge (3.5.1)
rubocop (0.68.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand Down Expand Up @@ -339,7 +339,7 @@ DEPENDENCIES
govuk-lint (~> 3.11)
govuk_app_config (~> 1.19.0)
govuk_frontend_toolkit (~> 8.2.0)
govuk_publishing_components (~> 17.7)
govuk_publishing_components (~> 17.8.0)
govuk_template (= 0.26.0)
govuk_test
image_optim (= 0.26.4)
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/govuk_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</div>

<%= render "govuk_publishing_components/components/cookie_banner", new_cookie_banner: true %>
<%= render "govuk_publishing_components/components/cookie_banner" %>

<% unless @omit_header %>
<header role="banner" id="global-header" class="<%= yield(:header_class) %>">
Expand Down

0 comments on commit 5c73e86

Please sign in to comment.