Files
danbooru/app/views/user_mailer/dmail_notice.html.erb
2014-02-03 12:56:55 -08:00

13 lines
247 B
Plaintext

<!doctype html>
<html>
<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>