Files
astuto/app/views/layouts/mailer.html.erb

10 lines
171 B
Plaintext
Raw Normal View History

2019-08-18 14:51:37 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div><%= yield %></div>
2019-08-18 14:51:37 +02:00
</body>
</html>