Sha256: 3176a2372ce537b6c4b01ae0cad90f38166bf4a864fd695422d0cc7cf62d60f4
Contents?: true
Size: 705 Bytes
Versions: 5
Compression:
Stored size: 705 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> Regards,<br/> The Marketplace team </p> <p class="footer"> <%= @info[:company] %> </p> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems