From 19ee8b13b2c6b83d112e0f4f78cec4cd0db9346e Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 4 Aug 2022 09:03:14 +0100 Subject: [PATCH] Remove a redundant heading (#811) --- app/views/locations/edit.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/locations/edit.html.erb b/app/views/locations/edit.html.erb index 361e050ef..f4b74caf3 100644 --- a/app/views/locations/edit.html.erb +++ b/app/views/locations/edit.html.erb @@ -7,8 +7,6 @@ ) %> <% end %> -<%= 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)) do |f| %>