Files
danbooru/app/views/user_mailer/dmail_notice.html.erb
r888888888 341b29ce41 fix tests
2015-08-18 17:40:53 -07:00

16 lines
324 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_url(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p>
</body>
</html>