Sha256: 06884943fb6471c5f1eff695c959a5c66e5c383508e9fb159ebab4646594acae
Contents?: true
Size: 935 Bytes
Versions: 3
Compression:
Stored size: 935 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> <%= stylesheet_link_tag('mno_enterprise/mail.css') %> </head> <body> <p class="header"> <%= image_tag(main_logo_white_bg_path, style: fit_image) %> </p> <p>Hi there,</p> <p>You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:</p> <a href="<%= @info[:confirmation_link] %>">Create my account and join <%= @info[:organization] %></a> <% if @info[:team] %> <p>By accepting this invite you will automatically join the <%= @info[:team] %> team.</p> <% end %> <p> Regards,<br/> The Marketplace team </p> <p class="footer"> <%= @info[:company] %> </p> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems