Sha256: 07b9413bca088b26b81687806a48f03f77f2f1cfbacd9fdcf543cfaa9411709b
Contents?: true
Size: 614 Bytes
Versions: 9
Compression:
Stored size: 614 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 can confirm your email by clicking on the following link</p> <a href="<%= @info[:confirmation_link] %>">Confirm my account</a> <p> Regards,<br/> The Marketplace team </p> <p class="footer"> <%= @info[:company] %> </p> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems