about summary refs log tree commit diff
path: root/app/views/layouts/mailer.html.erb
blob: 4ee4c893565665a7c1ffa42b64f3439a87aeec1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style>
      /* Email styles need to be inline */
    </style>
    <title></title>
  </head>

  <body>
    <%= yield %>
  </body>
</html>