clarion/app/views/devise/mailer/confirmation_instructions.t...

6 lines
129 B
Plaintext
Raw Normal View History

2014-08-31 22:34:24 +03:00
<%= t(:welcome, name=@email) %>!
2014-08-31 18:05:02 +03:00
2014-08-31 22:34:24 +03:00
<%= t(:confirm_by_clicking) %>
2014-08-31 18:05:02 +03:00
<%= confirmation_url(@resource, confirmation_token: @token) %>