simple_crm/app/views/contact_mailer/contact_email.html.erb

11 lines
233 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<h1><%= @contact['name'] %> napisał(ła):</h1>
<p><%= @contact['message'] %></p>
</body>
</html>