<% content_for :before_content do %> <% content_for :title, "Are you sure you want to delete this location?" %> <%= govuk_back_link(href: :back) %> <% end %>
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 %>