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