Sha256: b5e480e4fdf6b0a184d5961786d2a11e6b0ac8cea8528c608202c1e1083d0e2a

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 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 <%= @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

3 entries across 3 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 app/views/system_notifications/password-change.html.erb
mno-enterprise-core-3.3.3 app/views/system_notifications/password-change.html.erb
mno-enterprise-core-3.3.2 app/views/system_notifications/password-change.html.erb