13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<p><%= @dmail.from.name %> said:</p>
|
|
|
|
<div class="prose">
|
|
<%= format_text(@dmail.body, base_url: root_url) %>
|
|
</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>
|