Sha256: fea2a3610376d0416255af1a7981fa7a13538fcde2855d5099c2eceabc3e9a62

Contents?: true

Size: 934 Bytes

Versions: 3

Compression:

Stored size: 934 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('mno_enterprise/main-logo.png') %>
    </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

Version Path
mno-enterprise-core-3.1.2 app/views/system_notifications/organization-invite-new-user.html.erb
mno-enterprise-core-3.1.1 app/views/system_notifications/organization-invite-new-user.html.erb
mno-enterprise-core-3.1.0 app/views/system_notifications/organization-invite-new-user.html.erb