summaryrefslogtreecommitdiff
path: root/app/mailers/emails/projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/emails/projects.rb')
-rw-r--r--app/mailers/emails/projects.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/mailers/emails/projects.rb b/app/mailers/emails/projects.rb
index f2e599ab28b..f3a2ae14d35 100644
--- a/app/mailers/emails/projects.rb
+++ b/app/mailers/emails/projects.rb
@@ -38,6 +38,8 @@ module Emails
@subject << @commits.first.title
end
+ @disable_footer = true
+
mail(from: sender(author_id),
to: recipient,
subject: @subject)