Sha256: b442107fd75e1f178d2638e8426757978e3c927eba40d8d15562245c40e610c0

Contents?: true

Size: 619 Bytes

Versions: 2

Compression:

Stored size: 619 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 <%= @info[:first_name] %></p>

<p>We received a request to change your email address in the platform to <%= @info[:unconfirmed_email] %>.</p>

<p>If you did not request an email change, contact us at <%= mail_to(MnoEnterprise.support_email) %>.</p>

<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.3.1 app/views/system_notifications/email-change.html.erb
mno-enterprise-core-3.3.0 app/views/system_notifications/email-change.html.erb