From 11c5c2783d3f4385e51334d2adee645f4cc10ac9 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Sat, 14 Jan 2017 09:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=88=90=E5=8A=9F=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=98=BE=E7=A4=BA=E4=BF=A1=E6=81=AF=E6=9C=89?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E6=8C=89=E7=85=A7=E8=A6=81=E6=B1=82=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/account/email_valid.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/account/email_valid.html.erb b/app/views/account/email_valid.html.erb index 423057da6..84da6d04d 100644 --- a/app/views/account/email_valid.html.erb +++ b/app/views/account/email_valid.html.erb @@ -5,18 +5,18 @@
注册成功! 请在24小时内点击邮件中的链接来激活您的账号。
-请登录邮箱(<%= @mail_type %>)收取账号激活邮件。
点击邮件中的激活链接,方可使用该账号
+
请登录邮箱(<%= @user.mail %>)收取账号激活邮件。
点击邮件中的激活链接,方可使用该账号
<%= l(:label_check_email)%> - <%= link_to "".html_safe, { :controller => 'account', :action => 'resendmail', :user => @user}, :remote => true, :method => 'get' %> + <%= link_to "".html_safe, { :controller => 'account', :action => 'resendmail', :user => @user}, :remote => true, :method => 'get' %>
如果您一直收不到激活邮件,请按照以下步骤操作: