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

14 lines
229 B
Plaintext
Raw Normal View History

2018-05-23 10:32:04 +02:00
<!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>
<%= yield %>
</body>
</html>