saucy/app/views/layouts/mailer.html.erb

20 lines
501 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
/* Email styles need to be inline */
</style>
</head>
<body>
<div style="max-width: 600px;">
<div style="background-color: #041952; padding: 20px">
<img src="<%= image_url("ansol-logo-white.png") %>" style="margin: 0px auto; max-width: 400px; display: block; color: white" alt="ANSOL" />
</div>
<%= yield %>
</div>
</body>
</html>