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

8 lines
147 B
Plaintext

<%= t(:hello, name:@resource.email) %>!
<%= t(:account_locked) %>
<%= t(:click_to_unlock) %>
<%= unlock_url(@resource, unlock_token: @token) %>