<% content_for :before_content do %> <% content_for :title, "Are you sure you want to cancel this name change?" %> <%= govuk_back_link(href: change_name_organisation_path(@organisation_name_change.organisation)) %> <% end %>
Cancel scheduled name change

<%= content_for(:title) %>

<%= govuk_warning_text(text: "You will not be able to undo this action.") %>
This name change would have updated the organisation name from <%= @organisation_name_change.previous_change.is_a?(OrganisationNameChange) ? @organisation_name_change.previous_change.name : @organisation_name_change.organisation.name %> to <%= @organisation_name_change.name %>.
<%= govuk_button_to( "Cancel", cancel_name_change_organisation_path(@organisation_name_change), method: :delete, ) %> <%= govuk_button_link_to "Back", change_name_organisation_path(@organisation_name_change.organisation), secondary: true %>