doctype html
html
head
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
meta name="viewport" content="width=device-width, initial-scale=1.0"
= stylesheet_link_tag "mailer", :media => 'all'
body
.topspace
.mlr-container
.mlr-headerLogo
= image_tag attachments['header_logo.png'].url, alt: Tutor.model_name.human.pluralize
.mlr-pagedata
h2
| "Congratulations!"
p
= "You have a #{Configurations::General.application_name} Account."
.mlr-footer
p.mb0.center
a href="#" target="_blank" title=Tutor.model_name.human.pluralize
= image_tag attachments['footer_content.png'].url, alt: "#{Configurations::General.application_name}", width:"140"
.topspace