Files
danbooru/app/views/user_mailer/dmail_notice.html.erb
r888888888 2b96040a30 fixes #2191
2014-08-12 17:03:16 -07:00

16 lines
325 B
Plaintext

<!doctype html>
<html>
<head>
<%= stylesheet_link_tag "application", :media => "screen" %>
</head>
<body>
<p><%= h @dmail.from.name %> said:</p>
<div>
<%= DText.parse(@dmail.body) %>
</div>
<p><%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p>
</body>
</html>