5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
%p= t('.greeting', recipient: @resource.email)
|
|
%p= t('.message')
|
|
%p= t('.instruction')
|
|
%p= link_to t('.action'), unlock_url(@resource, unlock_token: @token)
|