govuk_web_banners 1.41.1 → 1.41.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/govuk_web_banners/recruitment_banners.yml +1 -36
- data/lib/govuk_web_banners/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a60e2ad6ef0f71bf9a44b3a2dfeecc7b3f8fc5c04fb8838f3119d7b3893d9008
|
|
4
|
+
data.tar.gz: 65e1962c4b1c5f8d8857d2ddbb0a4bded7ee861c6a31bf5ce766d6d753c38572
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d89d91192d498e0eb1eba991a29d2d70e2890181933fb8942cc137a88acf915777d0ddcbfb9c3a8731e30b272a44756d7b5725691e484f14c719dccb021d2c4
|
|
7
|
+
data.tar.gz: f8fed5930ef007cb8d1dde4ff83d2781206ea719b54284ca3f04e0acfe7cd9f545b2821c78101f49f29892107b00d5e6bdf3f0e2a6a521a6d278fa31ee9efaf9
|
|
@@ -1,37 +1,2 @@
|
|
|
1
1
|
# Check README.md for how to format this file
|
|
2
|
-
banners:
|
|
3
|
-
- name: (URB-37) HMRC CXD banner 2026/06/17
|
|
4
|
-
suggestion_text: "Help improve GOV.UK"
|
|
5
|
-
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
|
|
6
|
-
survey_url: https://survey.take-part-in-research.service.gov.uk/jfe/form/SV_74GjifgnGv6GsMC?Source=BannerList_HMRC_MTD_VAT_Repayments
|
|
7
|
-
page_paths:
|
|
8
|
-
# frontend
|
|
9
|
-
- /self-assessment-tax-returns/claiming-a-tax-refund
|
|
10
|
-
- /guidance/claim-a-refund-of-construction-industry-scheme-deductions-if-youre-a-limited-company
|
|
11
|
-
start_date: 2026/06/17
|
|
12
|
-
end_date: 2026/09/12
|
|
13
|
-
- name: (URB-47) Search banner 2026/08/19
|
|
14
|
-
suggestion_text: "Help improve GOV.UK"
|
|
15
|
-
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
|
|
16
|
-
survey_url: https://surveys.publishing.service.gov.uk/s/SGF_Round2/
|
|
17
|
-
page_paths:
|
|
18
|
-
# frontend
|
|
19
|
-
- /government/news/machinery-of-government-changes-fact-sheet
|
|
20
|
-
- /government/speeches/prime-ministers-speech-on-social-care-29-july-2026
|
|
21
|
-
- /government/news/pm-sets-out-new-path-to-fix-social-care-together-29-july-2026
|
|
22
|
-
- /government/news/magistrates-court-listings-now-published-online
|
|
23
|
-
- /government/news/ukhsa-updates-heat-health-alerts-across-england
|
|
24
|
-
- /government/speeches/andy-burnhams-first-speech-as-prime-minister-20-july-2026
|
|
25
|
-
- /government/publications/the-uk-sanctions-list
|
|
26
|
-
- /guidance/national-planning-policy-framework
|
|
27
|
-
- /government/publications/10-year-health-plan-for-england-fit-for-the-future
|
|
28
|
-
- /government/consultations/fireworks-and-pyrotechnics-in-the-uk
|
|
29
|
-
- /government/consultations/watch-this-space-a-new-strategic-direction-for-uk-media-green-paper-and-public-consultation
|
|
30
|
-
- /government/consultations/growing-up-in-the-online-world-a-national-consultation
|
|
31
|
-
- /government/publications/the-national-minimum-wage-in-2026
|
|
32
|
-
- /government/publications/greenhouse-gas-reporting-conversion-factors-2026
|
|
33
|
-
- /government/statistics/weekly-road-fuel-prices
|
|
34
|
-
- /government/publications/migrants-detected-crossing-the-english-channel-in-small-boats
|
|
35
|
-
- /government/publications/registered-providers-of-social-housing
|
|
36
|
-
start_date: 2026/08/19
|
|
37
|
-
end_date: 2026/09/15
|
|
2
|
+
banners: []
|