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"