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 @@ + + +
<%= h @dmail.from.name %> said:
<%= 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