Sha256: b35c4125106c258e7edb5753f87fd50dee8809da31301c271a5133c7cc660314

Contents?: true

Size: 756 Bytes

Versions: 4

Compression:

Stored size: 756 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>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

4 entries across 4 versions & 1 rubygems

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