mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:11:43 +00:00
6 lines
185 B
Text
6 lines
185 B
Text
|
%p= t('.greeting', recipient: @email)
|
||
|
- if @resource.try(:unconfirmed_email?)
|
||
|
%p= t('.message', email: @resource.unconfirmed_email)
|
||
|
- else
|
||
|
%p= t('.message', email: @resource.email)
|