Files
activeadmin-quill_editor/spec/dummy/app/views/layouts/mailer.html.erb
Mattia Roccoberton 7a148c7cd1 Add specs configuration
2020-09-01 11:16:56 +02:00

14 строки
229 B
Plaintext

<!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>