<% content_for :before_content do %> <% content_for :title, "Are you sure you want to delete this organisation?" %> <%= govuk_back_link(href: :back) %> <% end %>
Delete <%= @organisation.name %>

<%= content_for(:title) %>

<%= govuk_warning_text(text: "You will not be able to undo this action.") %>
<%= govuk_button_to( "Delete this organisation", delete_organisation_path(@organisation), method: :delete, ) %> <%= govuk_button_link_to "Cancel", organisation_path(@organisation), html: { method: :get }, secondary: true %>