Skip to content

Commit

Permalink
Fix backlink path for returner contract type (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
vacabor authored Sep 30, 2024
1 parent d684b63 commit 6a7ae5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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") %>

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
Expand Down

0 comments on commit 6a7ae5c

Please sign in to comment.