blob: ce237a32d8a7ae94a55f981960fd9ceb27ded431 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<%= @resource.email %> ,嗨呀!
你刚刚在 <%= @instance %> 创建了帐号。
点击下面的链接来完成注册啦 : <br>
<%= link_to '确认账户', confirmation_url(@resource, confirmation_token: @token) %>
别忘了看看 <%= link_to 'terms and conditions', terms_url %>。
<%= @instance %> 敬上
|