Sha256: 313344aa39e3fbb1d6ed5b6247b29f502638a626209228c80b57548b61b37a86
Contents?: true
Size: 613 Bytes
Versions: 9
Compression:
Stored size: 613 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 unlock your account by clicking on the following link</p> <a href="<%= @info[:unlock_link] %>">Unlock 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