Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
725 commits behind the upstream repository.
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>