Sha256: 79e31732053e040d1a92da695d22764885d905bc38da12c1dda2ab60d241dce3

Contents?: true

Size: 480 Bytes

Versions: 4

Compression:

Stored size: 480 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're contacting you to notify you that your password has been changed.</p>

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mno-enterprise-core-3.2.1 app/views/system_notifications/password-change.html.erb
mno-enterprise-core-3.3.1 app/views/system_notifications/password-change.html.erb
mno-enterprise-core-3.3.0 app/views/system_notifications/password-change.html.erb
mno-enterprise-core-3.2.0 app/views/system_notifications/password-change.html.erb