Browse Source

feat: use correct scheme path

pull/2080/head
natdeanlewissoftwire 2 years ago
parent
commit
1d88d1cfda
  1. 2
      app/views/locations/index.html.erb

2
app/views/locations/index.html.erb

@ -10,7 +10,7 @@
}) %> }) %>
<% else %> <% else %>
<% content_for :before_content do %> <% content_for :before_content do %>
<%= govuk_back_link(href: "/schemes/#{@scheme.id}") %> <%= govuk_back_link(href: scheme_path(@scheme)) %>
<% end %> <% end %>
<% end %> <% end %>

Loading…
Cancel
Save