Skip to content

Commit

Permalink
Merge pull request #3261 from DFE-Digital/landing-page-tweaks
Browse files Browse the repository at this point in the history
[CAPT-1829] Update landing page tweaks
  • Loading branch information
asmega authored Oct 3, 2024
2 parents 1483f56 + dd5ab9f commit 033fadb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/additional_payments/landing_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h2 class="govuk-heading-m govuk-!-margin-top-6">Payment amount</h2>

<p class="govuk-body">
Teachers of eligible subjects can receive between £1,500 and £7,500. The amount you are eligible for depends on:
Teachers of eligible subjects can receive between £2,000 and £7,500. The amount you are eligible for depends on:
</p>

<ul class="govuk-list govuk-list--bullet">
Expand Down Expand Up @@ -47,15 +47,15 @@
<% else %>
<p class="govuk-body">
Applications are now closed for the <%= @academic_year.start_year.to_s %> to <%= @academic_year.end_year.to_s %> academic year.
You can apply for an additional payment between September <%= (@academic_year + 1).start_year.to_s %> and March <%= (@academic_year + 1).end_year.to_s %>.
You can apply for an additional payment between October <%= (@academic_year + 1).start_year.to_s %> and March <%= (@academic_year + 1).end_year.to_s %>.
</p>
<% end %>

<h2 class="govuk-heading-m govuk-!-margin-top-4">Further information</h2>

<% if @journey_open %>
<p class="govuk-body">
You must apply between September <%= @academic_year.start_year.to_s %> and March <%= @academic_year.end_year.to_s %>.
You must apply between October <%= @academic_year.start_year.to_s %> and March <%= @academic_year.end_year.to_s %>.
</p>
<% end %>

Expand Down

0 comments on commit 033fadb

Please sign in to comment.