maestrano/mno-enterprise

View on GitHub
core/app/views/system_notifications/email-change.html.erb

Summary

Maintainability
Test Coverage
<!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 <%= @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>