Files
danbooru/app/views/user_mailer/dmail_notice.html.erb
2015-09-03 17:03:03 -07:00

13 lines
436 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_url(@dmail, :host => Danbooru.config.hostname, :only_path => false) %> | <%= link_to "Unsubscribe", maintenance_user_email_notification_url(:user_id => @dmail.owner.id, :sig => email_sig(@dmail.owner), :host => Danbooru.config.hostname, :only_path => false) %></p>
</body>
</html>