mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:36:22 +00:00
4 lines
191 B
Text
4 lines
191 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, change_locale_to: @resource.lang)
|