clarion/app/views/devise/mailer/unlock_instructions.text.erb

8 lines
147 B
Plaintext
Raw Normal View History

2014-08-31 22:34:24 +03:00
<%= t(:hello, name:@resource.email) %>!
2014-08-31 18:05:02 +03:00
2014-08-31 22:34:24 +03:00
<%= t(:account_locked) %>
2014-08-31 18:05:02 +03:00
2014-08-31 22:34:24 +03:00
<%= t(:click_to_unlock) %>
2014-08-31 18:05:02 +03:00
<%= unlock_url(@resource, unlock_token: @token) %>