Sha256: 82019b5c4247d22b05b1f5c0699c006b7658cc259f63a873632f4a0514a255cd

Contents?: true

Size: 654 Bytes

Versions: 3

Compression:

Stored size: 654 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 to create an account on our platform! You can do so by clicking on the link below:</p>
     
    <a href="<%= @info[:registration_link] %>">Create my account</a>
     
    <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.4.0 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.3.3 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.3.2 app/views/system_notifications/registration-instructions.html.erb