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 %>