skill-assessment-app/app/views/layouts/mailer.html.erb

14 lines
231 B
Plaintext
Raw Normal View History

2016-07-26 11:59:23 -05:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
2016-08-02 10:08:16 -05:00
<% # Email styles need to be inline %>
2016-07-26 11:59:23 -05:00
</style>
</head>
<body>
<%= yield %>
</body>
</html>