From 4f5cfd3aa29954736a049505205c9b55c0fb0c0c Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 9 Nov 2022 10:52:00 +0000 Subject: [PATCH] update path --- app/views/locations/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/locations/show.html.erb b/app/views/locations/show.html.erb index 42843c755..79da14333 100644 --- a/app/views/locations/show.html.erb +++ b/app/views/locations/show.html.erb @@ -4,7 +4,7 @@ <% content_for :before_content do %> <%= govuk_back_link( text: "Back", - href: send("locations_path", @scheme), + href: locations_path(@scheme), ) %> <% end %>