-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6978 from alphagov/Update-Winter-Fuel-Payment
Update Winter Fuel Payment information in benefits if you live abroad
- Loading branch information
Showing
8 changed files
with
226 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
app/flows/uk_benefits_abroad_flow/outcomes/wfp_going_abroad_eea_maybe_outcome.erb
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
app/flows/uk_benefits_abroad_flow/outcomes/wfp_maybe_outcome.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<% govspeak_for :body do %> | ||
You might be eligible for Winter Fuel Payment. | ||
Find out [how to apply for Winter Fuel Payment if you live abroad](https://www.gov.uk/winter-fuel-payment/if-you-live-abroad). | ||
<% end %> |
2 changes: 1 addition & 1 deletion
2
app/flows/uk_benefits_abroad_flow/outcomes/wfp_not_eligible_outcome.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<% govspeak_for :body do %> | ||
You cannot get a [Winter Fuel Payment](/winter-fuel-payment). | ||
You cannot get a [Winter Fuel Payment](/winter-fuel-payment) abroad. | ||
<% end %> |
8 changes: 8 additions & 0 deletions
8
app/flows/uk_benefits_abroad_flow/questions/born_before_23_September_1958.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<% text_for :title do %> | ||
Were you born before 23 September 1958? | ||
<% end %> | ||
|
||
<% options( | ||
"yes": "Yes", | ||
"no": "No" | ||
) %> |
8 changes: 8 additions & 0 deletions
8
app/flows/uk_benefits_abroad_flow/questions/you_or_partner_get_a_benefit_in_the_country.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<% text_for :title do %> | ||
Do you or your partner get a pension or a benefit based on your work contributions in the country you are living in? | ||
<% end %> | ||
|
||
<% options( | ||
"yes": "Yes", | ||
"no": "No" | ||
) %> |
21 changes: 21 additions & 0 deletions
21
...nefits_abroad_flow/questions/you_or_partner_get_a_means_tested_benefit_in_the_country.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<% text_for :title do %> | ||
Did you or your partner get a means-tested benefit in the country you are living in between 16 and 22 September 2024? | ||
<% end %> | ||
|
||
<% govspeak_for :body do %> | ||
You must have been getting a benefit from the country you live in that’s equivalent to: | ||
|
||
- Pension Credit | ||
- Universal Credit | ||
- Income-related Employment and Support Allowance (ESA) | ||
- Income-based Jobseeker’s Allowance (JSA) | ||
- Income Support | ||
- Working Tax Credit | ||
- Child Tax Credit | ||
|
||
<% end %> | ||
|
||
<% options( | ||
"yes": "Yes", | ||
"no": "No" | ||
) %> |
Oops, something went wrong.