Files
danbooru/app/views/user_mailer/dmail_notice.html.erb
2011-09-18 17:12:48 -04:00

8 lines
190 B
Plaintext

<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>