Skip to content

Commit

Permalink
[bug/ECP-1192] - Update 'check your eligibility today' link on the st…
Browse files Browse the repository at this point in the history
…art page (#1677)
  • Loading branch information
Katherine Martin authored Sep 22, 2021
1 parent 4b7afb0 commit fe21eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog]
- 'How we will use the information you provide' page content change
- Early Career Payments
- 'Which subject did you do your teaching qualification in?' content change
- 'Check your eligibility today' link update

## [Release 096] - 2021-09-16

Expand Down
2 changes: 1 addition & 1 deletion app/views/static_pages/landing_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<p class="govuk-body">
If you are one of the below teachers, you can still
<%= link_to "check your eligibility today", "#{EarlyCareerPayments.eligibility_page_url}", class: "govuk-link" %>.
<%= link_to "check your eligibility today", "#{new_claim_url(EarlyCareerPayments.routing_name)}", class: "govuk-link" %>.
If you are eligible, you will need to return when your application window opens.
</p>

Expand Down

0 comments on commit fe21eda

Please sign in to comment.