skill-assessment-app/app/views/layouts/mailer.html.erb
2016-08-02 10:14:43 -05:00

14 lines
231 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>
<%= yield %>
</body>
</html>