2019-10-14 08:54:58 +00:00
|
|
|
<p>Welcome, <%= @resource.name %>!</p>
|
|
|
|
|
|
|
|
<% if @resource.inviter.present? %>
|
|
|
|
<p><%= @resource.inviter.name %>, with <%= @resource.inviter.account.name %>, has invited you to try out Chatwoot! </p>
|
|
|
|
<% end %>
|
2019-08-17 12:35:50 +00:00
|
|
|
|
|
|
|
<p>You can confirm your account email through the link below:</p>
|
|
|
|
|
2019-08-25 14:29:28 +00:00
|
|
|
<p><%= link_to 'Confirm my account', frontend_url('auth/confirmation', confirmation_token: @token) %></p>
|