sample_rails_tailwind/app/views/user_mailer
songtianlun a3f6c9770f fix: correct link_to syntax in account activation email
- Updated the link_to helper in the account activation email view
- Changed the order of parameters in edit_account_activation_url

This change corrects the syntax for the link_to method, ensuring
that the activation link is generated properly with the correct
parameters. This fix improves the functionality of the account
activation process for users.
2025-01-08 17:39:46 +08:00
..
account_activation.html.erb fix: correct link_to syntax in account activation email 2025-01-08 17:39:46 +08:00
account_activation.text.erb feat: add account activation feature 2025-01-06 18:38:39 +08:00
password_reset.html.erb fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00
password_reset.text.erb fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00