- 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.