Skip to content

Commit

Permalink
copy tweak: add OL mandatory for FE
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Nov 25, 2024
1 parent ba733e0 commit 12bc73f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/claims/_sign_in_1_start.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
When you have signed in to GOV.UK One Login, you will return to this service to complete your application. 
</p>

<p class="govuk-body">
You must prove your identity using the GOV.UK One Login service in order to submit a claim for an incentive payment.
</p>

<%= govuk_button_to "Continue", "/auth/onelogin" %>
5 changes: 5 additions & 0 deletions app/views/further_education_payments/landing_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@
</p>
You will need a GOV.UK One Login account to apply for a targeted retention incentive payment. If you don’t have an account yet, we will help you create one. You will also need to have a form of photo ID to hand to <%= govuk_link_to "prove your identity", "https://www.gov.uk/using-your-gov-uk-one-login/proving-your-identity" %>.
</p>

<p>
You must prove your identity using the GOV.UK One Login service in order to submit a claim for an incentive payment.
</p>
<% end %>


<%# TODO: There isn't any journey closed content, for now hide the button %>
<% if @journey_open %>
<%= govuk_start_button(text: "Start now", href: claim_path(current_journey_routing_name, "claim")) %>
Expand Down

0 comments on commit 12bc73f

Please sign in to comment.