Sha256: 986795c72641e664ec42c1f345fec423aaf648a1c7e7826f6de7cd0b984cf2a1

Contents?: true

Size: 767 Bytes

Versions: 3

Compression:

Stored size: 767 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>You have asked to change your email address in the platform. Please confirm this new email address by clicking on the following link</p>

    <a href="<%= @info[:confirmation_link] %>">Confirm my new email address</a>

    <p>If you did not ask for a modification just ignore this email.</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/reconfirmation-instructions.html.erb
mno-enterprise-core-3.3.3 app/views/system_notifications/reconfirmation-instructions.html.erb
mno-enterprise-core-3.3.2 app/views/system_notifications/reconfirmation-instructions.html.erb