Browse Source

Remove a redundant heading (#811)

pull/812/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
19ee8b13b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/locations/edit.html.erb

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

@ -7,8 +7,6 @@
) %> ) %>
<% end %> <% 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| %> <%= form_for(@location, method: :patch, url: location_path(@location)) do |f| %>
<div class="govuk-grid-row"> <div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds"> <div class="govuk-grid-column-two-thirds">

Loading…
Cancel
Save