2025-01-06 18:38:39 +08:00
|
|
|
<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>
|
|
|
|
|
2025-01-08 14:13:45 +08:00
|
|
|
<%= link_to "Activate", edit_account_activation_url(@user.activation_token, email: @user.email) %>
|
2025-01-06 18:38:39 +08:00
|
|
|
|
|
|
|
<p>
|
2025-01-08 14:13:45 +08:00
|
|
|
<%= edit_account_activation_url(@user.activation_token, email: @user.email) %>
|
2025-01-06 18:38:39 +08:00
|
|
|
</p>
|