% content_for :title, "Location name for #{@location.postcode}" %> <% content_for :before_content do %> <%= govuk_back_link( text: "Back", href: "/schemes/#{@scheme.id}/locations", ) %> <% end %> <%= render partial: "organisations/headings", locals: { main: "Location name for #{@location.postcode}", sub: @scheme.service_name } %> <%= form_for(@location, method: :patch, url: location_path(location_id: @location.id)) do |f| %>