Delete <%= @location.postcode %>
<%= content_for(:title) %>
<%= govuk_warning_text(text: "You will not be able to undo this action.") %>
<%= govuk_button_to(
"Delete this location",
scheme_location_delete_path(@scheme, @location),
method: :delete,
) %>
<%= govuk_button_link_to "Cancel", scheme_location_path(@scheme, @location), html: { method: :get }, secondary: true %>