Browse Source

Back button on edit location page routes to check answers for locations

pull/812/head
Kat 3 years ago
parent
commit
a1e162d1f5
  1. 2
      app/views/locations/edit.html.erb

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

@ -3,7 +3,7 @@
<% content_for :before_content do %> <% content_for :before_content do %>
<%= govuk_back_link( <%= govuk_back_link(
text: "Back", text: "Back",
href: "/schemes/#{@scheme.id}/support", href: scheme_check_answers_path(@scheme.id, anchor: "locations"),
) %> ) %>
<% end %> <% end %>

Loading…
Cancel
Save