mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:51:43 +00:00
4 lines
157 B
Text
4 lines
157 B
Text
%p= t('.greeting', recipient: @resource.email)
|
|
%p= t('.message')
|
|
%p= t('.instruction')
|
|
%p= link_to t('.action'), unlock_url(@resource, unlock_token: @token)
|