style: clean up account activation email template

- Remove redundant paragraph containing the activation URL
- Keep only the link for activation

This change enhances the clarity of the email template by eliminating
unnecessary elements, making it easier to maintain and understand.
This commit is contained in:
songtianlun 2025-01-08 17:32:10 +08:00
parent 2c7e4970f3
commit f52155f7be

View File

@ -7,7 +7,3 @@
</p>
<%= link_to "Activate", edit_account_activation_url(id: @user.activation_token, email: @user.email) %>
<p>
<%= edit_account_activation_url(@user.activation_token, email: @user.email) %>
</p>