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 %>