From 7ec91ac06523d5952c55160c128f79f554103905 Mon Sep 17 00:00:00 2001 From: vacabor <166112501+vacabor@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:04:19 +0100 Subject: [PATCH] Fix against LUPEYALPHA-791, the back link was missing when ineligible (#3147) --- .../claims/_ineligibility_nursery_is_not_listed.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_nursery_is_not_listed.html.erb b/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_nursery_is_not_listed.html.erb index 868271723d..293c6e9d3a 100644 --- a/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_nursery_is_not_listed.html.erb +++ b/app/views/early_years_payment/provider/authenticated/claims/_ineligibility_nursery_is_not_listed.html.erb @@ -1,4 +1,5 @@ <% content_for(:page_title, page_title("This nursery is not eligible", journey: current_journey_routing_name)) %> +<% @backlink_path = claim_path(current_journey_routing_name, "current-nursery") %>