From f6ee07e4c2c5c9a519043807e0d247152051ee51 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Tue, 10 Sep 2024 10:52:20 +0100 Subject: [PATCH] Fix lint --- app/views/notifications/delete_confirmation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/delete_confirmation.html.erb b/app/views/notifications/delete_confirmation.html.erb index 60d7c49b4..4107c3050 100644 --- a/app/views/notifications/delete_confirmation.html.erb +++ b/app/views/notifications/delete_confirmation.html.erb @@ -20,7 +20,7 @@ "Delete notification", notification_delete_path(@notification), method: :delete, - ) %> + ) %> <%= govuk_button_link_to "Cancel", root_path, html: { method: :get }, secondary: true %>