From 478b8d5fea4f031dc32878e58b3053212f747c2c Mon Sep 17 00:00:00 2001
From: Phil Lee
Date: Mon, 23 Sep 2024 13:24:30 +0100
Subject: [PATCH 1/2] IRP copy update: remove courses from landing page
---
.../get_a_teacher_relocation_payment/landing_page.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/get_a_teacher_relocation_payment/landing_page.html.erb b/app/views/get_a_teacher_relocation_payment/landing_page.html.erb
index 3660b15eb5..382e561692 100644
--- a/app/views/get_a_teacher_relocation_payment/landing_page.html.erb
+++ b/app/views/get_a_teacher_relocation_payment/landing_page.html.erb
@@ -32,7 +32,7 @@
"https://getintoteaching.education.gov.uk/non-uk-teachers/get-an-international-relocation-payment",
target: "_blank"
) %>
- to check the criteria you must meet to receive the IRP. You need to have started your job or course before you can apply.
+ to check the criteria you must meet to receive the IRP. You need to have started your job before you can apply.
From 2891b2e5410e6b39a39bfc05aa93d453d494908c Mon Sep 17 00:00:00 2001
From: Phil Lee
Date: Mon, 23 Sep 2024 13:24:52 +0100
Subject: [PATCH 2/2] IRP copy update: remove trainees from ineligible
- also updated links to correct anchors
---
.../claims/ineligible.html.erb | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/app/views/get_a_teacher_relocation_payment/claims/ineligible.html.erb b/app/views/get_a_teacher_relocation_payment/claims/ineligible.html.erb
index dfd25e6eef..5b7dd0acbe 100644
--- a/app/views/get_a_teacher_relocation_payment/claims/ineligible.html.erb
+++ b/app/views/get_a_teacher_relocation_payment/claims/ineligible.html.erb
@@ -12,15 +12,7 @@
<%= govuk_link_to(
"Check full eligibility details for teachers.",
- "https://getintoteaching.education.gov.uk/non-uk-teachers/get-an-international-relocation-payment/#criteria-for-teachers",
- target: "_blank"
- ) %>
-
-
-
- <%= govuk_link_to(
- "Check full eligibility details for trainees.",
- "https://getintoteaching.education.gov.uk/non-uk-teachers/get-an-international-relocation-payment/#criteria-for-trainee-teachers",
+ "https://getintoteaching.education.gov.uk/non-uk-teachers/get-an-international-relocation-payment/#check-your-eligibility",
target: "_blank"
) %>