21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-15 15:08:38 +02:00
chexpire/app/views/devise/mailer/unlock_instructions.text.erb

8 lines
172 B
Plaintext

<%= t('.greeting', recipient: @resource.email) %>
<%= t('.message') %>
<%= t('.instruction') %>
<%= link_to t('.action'), unlock_url(@resource, unlock_token: @token) %>