Skip to content

Commit e6e9d09

Browse files
committed
Fix link that allows user to cancel bulk adding PSDs
1 parent 2377f7e commit e6e9d09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/views/sessions/patient_specific_directions/new.html.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
<%= govuk_button_to "Yes, add PSDs",
1515
session_patient_specific_directions_path(@session), class: "nhsuk-u-margin-right-4" %>
1616

17-
<%= link_to "No, return to session",
18-
new_session_patient_specific_directions_path(@session) %>
17+
<%= link_to "No, return to session", session_patient_specific_directions_path(@session) %>
1918
</div>

0 commit comments

Comments
 (0)