Updates button styling.

This commit is contained in:
May Tusek 2025-02-12 22:05:23 -08:00
parent 7a2e46490f
commit abfab90cfe

View file

@ -3,5 +3,5 @@ h1 Deactivate Account
.block__content.warning .block__content.warning
p.walloftext 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 ' 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 "Back", ~p"/registrations/edit", class: "button"
= button_to "Confirm", ~p"/deactivations", method: :delete, data: [confirm: "Are you sure you want to deactivate your account?"] = button_to "Confirm", ~p"/deactivations", class: "button", method: :delete, data: [confirm: "Are you sure you want to deactivate your account?"]