From 33c5e0dfecc9297505462d3dd92fbc1c6d48c3fd Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 9 Mar 2026 15:47:46 +0100 Subject: [PATCH] Cleanup --- app/views/account/settings/_cancellation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb index 10eb56546..cb3c11c98 100644 --- a/app/views/account/settings/_cancellation.html.erb +++ b/app/views/account/settings/_cancellation.html.erb @@ -34,7 +34,7 @@ I’ve read the above and want to continue -
+
<%= button_to "Delete my account", account_cancellation_path, method: :post, class: "btn btn--negative", disabled: true, form: { data: { action: "submit->dialog#close", turbo: false } }, data: { toggle_enable_target: "element" } %>