songtianlun
f52155f7be
- 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.
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
<h1>Sample App</h1>
|
|
|
|
<p>Hi <%= @user.name %></p>
|
|
|
|
<p>
|
|
Welcome to the Sample App! Click on the link below to activate your account:
|
|
</p>
|
|
|
|
<%= link_to "Activate", edit_account_activation_url(id: @user.activation_token, email: @user.email) %>
|