Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CAPT-1842] eligible screen and eligibility link content change #3277

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions app/views/further_education_payments/claims/eligible.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,21 @@
<%= number_to_currency(@form.award_amount, precision: 0) %>
</div>

<%= f.govuk_submit "Apply now" %>

<div class="govuk-body">
For more information about why you are eligible, read about the <%= govuk_link_to t("further_education_payments.eligibility_criteria_link.text"), t("further_education_payments.eligibility_criteria_link.url"), new_tab: true %>.
The targeted retention incentive payment ranges from £2,000 to £6,000, depending on:
</div>
<%= govuk_list [ "the provider you teach at", "the number of hours you teach"], type: :bullet %>

<div class="govuk-body">
If you teach at a further education (FE) provider that has higher levels of disadvantage, you are eligible for a higher payment.
</div>

<div class="govuk-body">
For more information about why you are eligible, read about the <%= govuk_link_to "targeted retention incentive payments for FE teachers guidance", t("further_education_payments.eligibility_criteria_link.url"), new_tab: true %>.
</div>

<%= f.govuk_submit "Apply now" %>
<% end %>
</div>
</div>
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ en:
policy_acronym: FE
policy_short_name: Further Education Targeted Retention Incentive
eligibility_criteria_link:
text: targeted retention incentive payments for early career further education teachers
text: targeted retention incentive payments for further education teachers
url: "https://www.gov.uk/guidance/targeted-retention-incentive-payments-for-fe-teachers"
fe_provider_list_url: "https://assets.publishing.service.gov.uk/media/66d70f9c701781e1b341dba7/List_of_eligible_FE_providers_and_payment_values_for_targeted_retention_incentives.xlsx"
admin:
Expand Down