From e6e9d094996e9f2dc92951b824ad0e0b9a53a551 Mon Sep 17 00:00:00 2001 From: John Henderson Date: Wed, 3 Sep 2025 14:59:47 +0100 Subject: [PATCH] Fix link that allows user to cancel bulk adding PSDs --- app/views/sessions/patient_specific_directions/new.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/sessions/patient_specific_directions/new.html.erb b/app/views/sessions/patient_specific_directions/new.html.erb index f01791d820..e7545e953b 100644 --- a/app/views/sessions/patient_specific_directions/new.html.erb +++ b/app/views/sessions/patient_specific_directions/new.html.erb @@ -14,6 +14,5 @@ <%= govuk_button_to "Yes, add PSDs", session_patient_specific_directions_path(@session), class: "nhsuk-u-margin-right-4" %> - <%= link_to "No, return to session", - new_session_patient_specific_directions_path(@session) %> + <%= link_to "No, return to session", session_patient_specific_directions_path(@session) %>