Skip to content

Commit

Permalink
Merge pull request #3277 from DFE-Digital/CAPT-1842-fe-eligible-screen
Browse files Browse the repository at this point in the history
[CAPT-1842] eligible screen and eligibility link content change
  • Loading branch information
alkesh authored Oct 8, 2024
2 parents 8e9dbbd + c0d4b30 commit 1a48dbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
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

0 comments on commit 1a48dbf

Please sign in to comment.