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' %>