trabajo-afectivo/app/views/mailer/signup/pl.html.erb
2017-02-05 23:47:13 +01:00

9 lines
458 B
Text

Potwierdź swoje konto na #{config.product_name}, #{user.firstname} #{user.lastname}
<div>Witaj #{user.firstname},</div>
<br>
<div>Potwierdź swój adres email aby aktywować swoje konto #{config.product_name}. To proste, użyj linku ponizej.</div>
<br>
<div><a href="#{config.http_type}://#{config.fqdn}/#email_verify/#{token.name}">#{config.http_type}://#{config.fqdn}/#email_verify/#{token.name}</a></div>
<br>
<div>Zespół #{config.product_name}</div>