From f52155f7bee9227a23d5f4dd54d6273c543dacd6 Mon Sep 17 00:00:00 2001
From: songtianlun
Date: Wed, 8 Jan 2025 17:32:10 +0800
Subject: [PATCH] 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.
---
app/views/user_mailer/account_activation.html.erb | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app/views/user_mailer/account_activation.html.erb b/app/views/user_mailer/account_activation.html.erb
index d0eba54..6b36840 100644
--- a/app/views/user_mailer/account_activation.html.erb
+++ b/app/views/user_mailer/account_activation.html.erb
@@ -7,7 +7,3 @@
<%= link_to "Activate", edit_account_activation_url(id: @user.activation_token, email: @user.email) %>
-
-
- <%= edit_account_activation_url(@user.activation_token, email: @user.email) %>
-
\ No newline at end of file