13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<p><%= h @dmail.from.name %> said:</p>
|
|
|
|
<div>
|
|
<%= h @dmail.body %>
|
|
</div>
|
|
|
|
<p><%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p>
|
|
</body>
|
|
</html>
|