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:
parent
2c7e4970f3
commit
f52155f7be
@ -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>
|
Loading…
Reference in New Issue
Block a user