From abfab90cfebecde9026505037cbdbebe16b7a7a4 Mon Sep 17 00:00:00 2001 From: May Tusek Date: Wed, 12 Feb 2025 22:05:23 -0800 Subject: [PATCH] Updates button styling. --- lib/philomena_web/templates/deactivation/index.html.slime | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/philomena_web/templates/deactivation/index.html.slime b/lib/philomena_web/templates/deactivation/index.html.slime index 232bd1f0..82078ab2 100644 --- a/lib/philomena_web/templates/deactivation/index.html.slime +++ b/lib/philomena_web/templates/deactivation/index.html.slime @@ -3,5 +3,5 @@ h1 Deactivate Account .block__content.warning p.walloftext ' Deactivating your account will prevent you from logging into your account. If you ever wish to re-activate your account later on, you may do so at any time. If you wish to wipe your personally identifiable data per GDPR law, please contact ops@derpibooru.org -= button_to "Back", ~p"/registrations/edit" -= button_to "Confirm", ~p"/deactivations", method: :delete, data: [confirm: "Are you sure you want to deactivate your account?"] \ No newline at end of file += button_to "Back", ~p"/registrations/edit", class: "button" += button_to "Confirm", ~p"/deactivations", class: "button", method: :delete, data: [confirm: "Are you sure you want to deactivate your account?"] \ No newline at end of file