Sha256: eac0b53412452cdf43d92feb222bc00c5690a81e5d7e7ec5ab8f9c090370bde7

Contents?: true

Size: 676 Bytes

Versions: 2

Compression:

Stored size: 676 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!</p>

    <% if @info[:team] %>
      <p>You have been added to the <%= @info[:team] %> team.</p>
    <% end %>

    <p>
       Regards,<br/>
       The Marketplace team
    </p>

    <p class="footer">
      <%= @info[:company] %>
    </p>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 app/views/system_notifications/organization-invite-notification.html.erb
mno-enterprise-core-3.3.3 app/views/system_notifications/organization-invite-notification.html.erb