Browse Source

update a path

pull/981/head
Kat 4 years ago
parent
commit
251986eeab
  1. 2
      app/views/locations/toggle_active.html.erb

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

@ -4,7 +4,7 @@
<% content_for :before_content do %> <% content_for :before_content do %>
<%= govuk_back_link( <%= govuk_back_link(
text: "Back", text: "Back",
href: "/schemes/#{@location.scheme.id}/locations/#{@location.id}", href: scheme_location_path(scheme_id: @location.scheme.id, id: @location.id),
) %> ) %>
<% end %> <% end %>

Loading…
Cancel
Save