govuk_web_banners 0.3.0 → 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddede52ca24adcae2aa28d4dc5f449c53be00ab21806415acaaa6b49a740f27a
|
4
|
+
data.tar.gz: e87d8c81b5efd160291082c460a7136454be0fc5fc2f981ea065a1dfba10d48d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2c9d65a8a83b580c26dd1867a06f8cc00e0dae232994c853e43ddcc32818f8dec30346e9486b234d4dc6cb6a97b070f4072b127053b3212f7e1e3a45842f8a9
|
7
|
+
data.tar.gz: d87961bc141844b15a3666f0b33a29c023c0c6b9515378497e5a77069a1e70ec873bbb970bc8c165f9fe86e101effc6d4ead173c52b22f1ecb5fce19028283de
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<% recruitment_banner = GovukWebBanners::RecruitmentBanner.for_path(request.path) %>
|
2
2
|
<% if recruitment_banner.present? %>
|
3
|
-
<div class="govuk
|
3
|
+
<div class="govuk-!-margin-top-4">
|
4
4
|
<%= render "govuk_publishing_components/components/intervention", {
|
5
5
|
new_tab: true,
|
6
6
|
suggestion_text: recruitment_banner.suggestion_text,
|
@@ -16,35 +16,6 @@
|
|
16
16
|
# Note that this file must contain a valid banners array, so if there are no banners
|
17
17
|
# currently included, the file should at least contain banners: []
|
18
18
|
banners:
|
19
|
-
- name: AI banner 11/11/2024
|
20
|
-
suggestion_text: "Help improve GOV.UK"
|
21
|
-
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
|
22
|
-
survey_url: https://survey.take-part-in-research.service.gov.uk/jfe/form/SV_2bggmg6xlelrO0S
|
23
|
-
page_paths:
|
24
|
-
# government frontend:
|
25
|
-
- /self-assessment-tax-returns
|
26
|
-
- /working-for-yourself
|
27
|
-
- /self-employed-records
|
28
|
-
- /expenses-if-youre-self-employed
|
29
|
-
- /first-company-accounts-and-return
|
30
|
-
- /what-is-the-construction-industry-scheme
|
31
|
-
- /capital-allowances
|
32
|
-
- /simpler-income-tax-cash-basis
|
33
|
-
- /expenses-and-benefits-a-to-z
|
34
|
-
- /capital-gains-tax
|
35
|
-
- /directors-loans
|
36
|
-
- /self-assessment-tax-return-forms
|
37
|
-
- /running-a-limited-company
|
38
|
-
- /calculate-tax-on-company-cars
|
39
|
-
- /introduction-to-business-rates
|
40
|
-
- /calculate-your-business-rates
|
41
|
-
- /apply-for-business-rate-relief
|
42
|
-
- /stop-being-self-employed
|
43
|
-
- /tax-codes
|
44
|
-
# finder-frontend:
|
45
|
-
- /business-finance-support
|
46
|
-
start_date: 11/11/2024
|
47
|
-
end_date: 06/01/2025
|
48
19
|
- name: HMRC banner 03/01/2025
|
49
20
|
suggestion_text: "Help improve GOV.UK"
|
50
21
|
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
|
@@ -72,4 +43,4 @@ banners:
|
|
72
43
|
- /browse/visas-immigration
|
73
44
|
- /government/organisations/uk-visas-and-immigration
|
74
45
|
start_date: 30/12/2024
|
75
|
-
end_date:
|
46
|
+
end_date: 24/02/2025
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_web_banners
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
|
-
original_platform: ''
|
7
6
|
authors:
|
8
7
|
- GOV.UK Dev
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-20 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: govuk_app_config
|
@@ -205,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
205
204
|
- !ruby/object:Gem::Version
|
206
205
|
version: '0'
|
207
206
|
requirements: []
|
208
|
-
rubygems_version: 3.6.
|
207
|
+
rubygems_version: 3.6.3
|
209
208
|
specification_version: 4
|
210
209
|
summary: A gem to support banners on GOV.UK frontend applications
|
211
210
|
test_files: []
|