8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
<%= t(:hello, name: @resource.email) %>!
|
|
|
|
<%= t(:account_locked) %>
|
|
|
|
<%= t(:click_to_unlock) %>
|
|
|
|
<%= unlock_url(@resource, unlock_token: @token) %>
|