From f60346814b1090ad3092b2bd22168860c313fff9 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 9 Mar 2026 15:45:50 +0100 Subject: [PATCH] Cleanup --- .../account/settings/_cancellation.html.erb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb index 6411c6833..10eb56546 100644 --- a/app/views/account/settings/_cancellation.html.erb +++ b/app/views/account/settings/_cancellation.html.erb @@ -29,16 +29,14 @@

-
- + -
- - <%= 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" } %> -
+
+ + <%= 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" } %>