This commit is contained in:
albert
2013-03-02 22:22:57 -05:00
parent 7300dc3c97
commit bf44bbb112
4 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
<!doctype html>
<html>
<body>
<h1>Moderator Report For <%= Date.today %></h1>
<div style="margin-bottom: 2em;">
@@ -28,3 +31,5 @@
</tbody>
</table>
</div>
</body>
</html>

View File

@@ -1,3 +1,6 @@
<!doctype html>
<html>
<body>
<p><%= h @dmail.from.name %> said:</p>
<div>
@@ -5,3 +8,5 @@
</div>
<p><%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p>
</body>
</html>

View File

@@ -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>
</body>
</html>

View File

@@ -1 +1,6 @@
<p>Account upgrades are currently disabled.</p>
<!doctype html>
<html>
<body>
<p>Account upgrades are currently disabled.</p>
</body>
</html>