mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-03 03:38:57 +00:00
rails
This commit is contained in:
13
rails-example/app/views/layouts/mailer.html.erb
Normal file
13
rails-example/app/views/layouts/mailer.html.erb
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user