Sha256: b0b6423867d59f06642755b465710a1a6e11da2e69f399482ea08143869a0da1

Contents?: true

Size: 643 Bytes

Versions: 9

Compression:

Stored size: 643 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 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

9 entries across 9 versions & 1 rubygems

Version Path
mno-enterprise-core-3.2.1 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.3.1 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.3.0 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.2.0 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.1.4 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.1.3 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.1.2 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.1.1 app/views/system_notifications/registration-instructions.html.erb
mno-enterprise-core-3.1.0 app/views/system_notifications/registration-instructions.html.erb