Sha256: ed32ed61118aa5972358f1d4dd77575a690a5db9c22e4fdd79bb18360fb287fb
Contents?: true
Size: 633 Bytes
Versions: 3
Compression:
Stored size: 633 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 reset your password by clicking on the following link</p> <a href="<%= @info[:reset_password_link] %>">Reset my password</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