diff --git a/app/views/report_mailer/moderator_report.html.erb b/app/views/report_mailer/moderator_report.html.erb index 03c52c026..ad92347d5 100644 --- a/app/views/report_mailer/moderator_report.html.erb +++ b/app/views/report_mailer/moderator_report.html.erb @@ -1,3 +1,6 @@ + + +

Moderator Report For <%= Date.today %>

@@ -28,3 +31,5 @@
+ + \ No newline at end of file diff --git a/app/views/user_mailer/dmail_notice.html.erb b/app/views/user_mailer/dmail_notice.html.erb index 2c0347e89..99dbfa655 100644 --- a/app/views/user_mailer/dmail_notice.html.erb +++ b/app/views/user_mailer/dmail_notice.html.erb @@ -1,3 +1,6 @@ + + +

<%= h @dmail.from.name %> said:

@@ -5,3 +8,5 @@

<%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %>

+ + \ No newline at end of file diff --git a/app/views/user_mailer/upgrade.html.erb b/app/views/user_mailer/upgrade.html.erb index 6c0513533..f01e49491 100644 --- a/app/views/user_mailer/upgrade.html.erb +++ b/app/views/user_mailer/upgrade.html.erb @@ -1 +1,6 @@ + + +

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.

+ + \ No newline at end of file diff --git a/app/views/user_mailer/upgrade_fail.html.erb b/app/views/user_mailer/upgrade_fail.html.erb index 4ec03acfd..db0bc2e13 100644 --- a/app/views/user_mailer/upgrade_fail.html.erb +++ b/app/views/user_mailer/upgrade_fail.html.erb @@ -1 +1,6 @@ -

Account upgrades are currently disabled.

\ No newline at end of file + + + +

Account upgrades are currently disabled.

+ + \ No newline at end of file