mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 10:36:21 +00:00
6 lines
181 B
Text
6 lines
181 B
Text
= t('.greeting', recipient: @email)
|
|
\
|
|
- if @resource.try(:unconfirmed_email?)
|
|
= t('.message', email: @resource.unconfirmed_email)
|
|
- else
|
|
= t('.message', email: @resource.email)
|