Open ChaelCodes opened 9 months ago
Pop up a little confirm text before a user deletes their Profile.
Rails 7 deprecated data: { confirm: "Are you sure?" } - we need a new method. https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to
data: { confirm: "Are you sure?" }
I'll add some more detail here about what we're doing currently, and the helper to get the buttons in later. If you can find it yourself, feel free to pick this issue up before I add those references.
Pop up a little confirm text before a user deletes their Profile.
Rails 7 deprecated
data: { confirm: "Are you sure?" }
- we need a new method. https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to