We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2377f7e commit e6e9d09Copy full SHA for e6e9d09
app/views/sessions/patient_specific_directions/new.html.erb
@@ -14,6 +14,5 @@
14
<%= govuk_button_to "Yes, add PSDs",
15
session_patient_specific_directions_path(@session), class: "nhsuk-u-margin-right-4" %>
16
17
- <%= link_to "No, return to session",
18
- new_session_patient_specific_directions_path(@session) %>
+ <%= link_to "No, return to session", session_patient_specific_directions_path(@session) %>
19
</div>
0 commit comments