Files
x-stake/app/views/devise/mailer/unlock_instructions.html.erb
2021-08-09 22:12:07 -03:00

8 lines
200 B
Plaintext

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