|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
<%= render partial: "organisations/headings", locals: { main: "Add a location to this scheme", sub: @scheme.service_name } %> |
|
|
|
|
|
|
|
|
|
<%= form_for(@location, method: :patch, url: location_path(location_id: @location.id)) do |f| %> |
|
|
|
|
<%= form_for(@location, method: :patch, url: location_path(@location)) do |f| %> |
|
|
|
|
<div class="govuk-grid-row"> |
|
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
|
<%= f.govuk_error_summary %> |
|
|
|
|