Skip to content

Commit

Permalink
Revert "Delete app/views/layouts/mailer.html.erb"
Browse files Browse the repository at this point in the history
This reverts commit efa975a.
  • Loading branch information
nnunn authored and murny committed Jul 26, 2024
1 parent e3b9edf commit cee4fa0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!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>

0 comments on commit cee4fa0

Please sign in to comment.