Skip to content

Commit f86a194

Browse files
Merge pull request #6494 from NHSDigital/mike/fix-child-report-backlink
Use `reports_path` as back link on child-level reports page
2 parents a76bd45 + 63794b6 commit f86a194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/vaccination_reports/new.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% content_for :navigation do %>
2-
<%= govuk_back_link(href: dashboard_path) %>
2+
<%= govuk_back_link(href: reports_path) %>
33
<% end %>
44

55
<% title = "Download vaccination report" %>

0 commit comments

Comments
 (0)