From 63b50c74a5e94a014aa5301955e0d4c7a3f62189 Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Wed, 7 Jan 2026 23:12:14 +0100 Subject: [PATCH] Change of the settings order as the Danger Zone should always be at the total end Signed-off-by: Kai Wagner --- app/views/settings/show.html.slim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/settings/show.html.slim b/app/views/settings/show.html.slim index 05ce591..2f18091 100644 --- a/app/views/settings/show.html.slim +++ b/app/views/settings/show.html.slim @@ -85,11 +85,6 @@ - else p No emails yet. - .settings-section - h2 Danger zone - p Deleting your account will remove your data. This cannot be undone. - = link_to "Delete account", new_account_deletion_path, class: "button-danger" - .settings-section h2 Teams = link_to "Manage teams", teams_path, class: "button-secondary" @@ -97,3 +92,8 @@ .settings-section h2 Import = link_to "Import existing read status", new_read_status_import_path, class: "button-secondary" + + .settings-section + h2 Danger zone + p Deleting your account will remove your data. This cannot be undone. + = link_to "Delete account", new_account_deletion_path, class: "button-danger"