diff --git a/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_returner.html.erb b/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_returner.html.erb index eda6fbf3c5..f04848c892 100644 --- a/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_returner.html.erb +++ b/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_returner.html.erb @@ -1,6 +1,6 @@ <% first_name = journey_session.answers.first_name %> <% content_for(:page_title, page_title("#{first_name} is not eligible for this payment", journey: current_journey_routing_name)) %> -<% @backlink_path = claim_path("early-years-payment", "returner-contract-type") %> +<% @backlink_path = claim_path(current_journey_routing_name, "returner-contract-type") %>