govuk_publishing_components 16.4.0 → 16.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85a25b42cf4c9b620303d39b346c9ea2e42e9ba2f8d373b59d9febc60860347e
4
- data.tar.gz: af180304e40cf20db078384c3f1df96e39e7afc8ac82ad700f3443dce494a818
3
+ metadata.gz: b452c5a3cbcce2a7da815ddb4ac37a75a86fc279c4d72d24e66d73eb6c4b6473
4
+ data.tar.gz: 29293f12fea214373f4cd0f44224a799bcbe2cd5a7bc901cda498bce47295022
5
5
  SHA512:
6
- metadata.gz: 36dcb8adefe3b347dda4fdfdb90ad0c68bd4e59869b836cec495a9a0cd622de9395b8f9730ac899b1c709da1874d0131f93da6e4a3d30e8d069f4d81d4d146e3
7
- data.tar.gz: 97364626b0268892fa386e6fde4fff548fa7a71e6419d9421e4edbe252d7d9755b9f65fc29cff699f4cddd459b268c9dbb2de10bd22b25da67834eb832dc84f1
6
+ metadata.gz: 5fe86e495b3f069a4571fceb2c35ea3a49e2a9f0ed479edbffaa935f0d51d60ac22ded8a9fe3ab0b73f9b238dca3bab79d25d9d7e9d54c3e9f562d3ad3ea616c
7
+ data.tar.gz: e0428484878339abb006433a31b5fc8bfa523a7953b63688cc62eb639fe64daeca2ab88f818d28f0c864a814c53874f0c708a7207967e78dc242361e6162272a
@@ -30,7 +30,7 @@
30
30
  </a>
31
31
  </li>
32
32
  <li>
33
- <a class="<%= 'active' if active == 'consultations' %>" href="/government/publications?publication_filter_option=consultations">
33
+ <a class="<%= 'active' if active == 'consultations' %>" href="/search/policy-papers-and-consultations?content_store_document_type[]=open_consultations&content_store_document_type[]=closed_consultations">
34
34
  <%= t("govuk_component.government_navigation.consultations", default: "Consultations") %>
35
35
  </a>
36
36
  </li>
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '16.4.0'.freeze
2
+ VERSION = '16.5.0'.freeze
3
3
  end
@@ -49,7 +49,7 @@
49
49
  "/"
50
50
  ],
51
51
  "_resolved": "git://github.com/alphagov/accessible-autocomplete.git#0c518b4fa79b9a95b544410858486ed9e6403c84",
52
- "_shasum": "fa8269e50fd703ac8e130d8c9196b5a52745214e",
52
+ "_shasum": "e73449246df650127f0ed726db26be352e1359d0",
53
53
  "_shrinkwrap": null,
54
54
  "_spec": "accessible-autocomplete@git://github.com/alphagov/accessible-autocomplete.git#add-multiselect-support",
55
55
  "_where": "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.4.0
4
+ version: 16.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev