style: format email link for consistency
- Adjust spacing in the email parameter of the link_to helper - Ensure consistent formatting in the account activation email This change improves the readability of the code by ensuring consistent spacing in the parameters, which can help prevent errors in future modifications.
This commit is contained in:
parent
eefe9984ac
commit
1f2c66300a
@ -7,9 +7,9 @@
|
||||
</p>
|
||||
|
||||
<%= link_to "Activate", edit_account_activation_url(@user.activation_token,
|
||||
email:@user.email) %>
|
||||
email: @user.email) %>
|
||||
|
||||
<p>
|
||||
<%= edit_account_activation_url(@user.activation_token,
|
||||
email:@user.email) %>
|
||||
email: @user.email) %>
|
||||
</p>
|
Loading…
Reference in New Issue
Block a user