2
0

unlock_instructions.html.erb 200 B

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