fixes #702
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
<h1>Moderator Report For <%= Date.today %></h1>
|
<h1>Moderator Report For <%= Date.today %></h1>
|
||||||
|
|
||||||
<div style="margin-bottom: 2em;">
|
<div style="margin-bottom: 2em;">
|
||||||
@@ -28,3 +31,5 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
<p><%= h @dmail.from.name %> said:</p>
|
<p><%= h @dmail.from.name %> said:</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@@ -5,3 +8,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p><%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p>
|
<p><%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1 +1,6 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
<p>You can upgrade your account by sending $20 USD via Paypal to <%= mail_to Danbooru.config.upgrade_account_email %>. Be sure to include your username.</p>
|
<p>You can upgrade your account by sending $20 USD via Paypal to <%= mail_to Danbooru.config.upgrade_account_email %>. Be sure to include your username.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1 +1,6 @@
|
|||||||
<p>Account upgrades are currently disabled.</p>
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<p>Account upgrades are currently disabled.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user