about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.zh-cn.html.erb
blob: 575b2ff9ee44678f6d76dda9e3d62e71d90fdc5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<p><%= @resource.email %> ,嗨呀!</p>

<p>你刚刚在 <%= @instance %> 创建了帐号。</p>

<p>点击下面的链接来完成注册啦 : <br>
<%= link_to '确认账户', confirmation_url(@resource, confirmation_token: @token) %>

<p>别忘了看看 <%= link_to '使用条款', terms_url %>。</p>

<p> <%= @instance %> 敬上</p>