Sha256: 5a93c55295534bc0e3e4198953ee39c6285b8d6fa2a749cb9646bcad2cb93661
Contents?: true
Size: 624 Bytes
Versions: 3
Compression:
Stored size: 624 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 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
3 entries across 3 versions & 1 rubygems