Forked from
PortalMEC / portalmec
725 commits behind the upstream repository.
-
Marcela Ribeiro de Oliveira authoredMarcela Ribeiro de Oliveira authored
new_contact_received.html.erb 344 B
<!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>
<h2>Nome do contato: <%= @contact.name %></h1>
<h2>Email do contato: <%= @contact.email %></h1>
<h2>Mensagem: <%= @contact.message %></h1>
</body>
</html>