From d36be55ec25375d961e723cb825b4a3475cdddf3 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:20:27 +0100 Subject: [PATCH] lint --- .../organisation_name_changes/cancel_confirmation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisation_name_changes/cancel_confirmation.html.erb b/app/views/organisation_name_changes/cancel_confirmation.html.erb index 9810067a5..442de1c41 100644 --- a/app/views/organisation_name_changes/cancel_confirmation.html.erb +++ b/app/views/organisation_name_changes/cancel_confirmation.html.erb @@ -23,7 +23,7 @@ "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 %>