Skip to content
Snippets Groups Projects
Commit 413a4f78 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

views to suggestion mailer

parent b0b483ea
No related branches found
No related tags found
No related merge requests found
<!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: <%= @suggestion.name %></h1>
<h2>Link: <%= @suggestion.link %></h1>
<h2>Descrição: <%= @suggestion.description %></h1>
</body>
</html>
<!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: <%= @suggestion.name %></h1>
<h2>Link: <%= @suggestion.link %></h1>
<h2>Descrição: <%= @suggestion.description %></h1>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment