Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/emails/in_product_marketing.rb')
-rw-r--r--app/mailers/emails/in_product_marketing.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/mailers/emails/in_product_marketing.rb b/app/mailers/emails/in_product_marketing.rb
index e745cd51a55..317e1545350 100644
--- a/app/mailers/emails/in_product_marketing.rb
+++ b/app/mailers/emails/in_product_marketing.rb
@@ -29,7 +29,7 @@ module Emails
format.html do
@message.format = :html
- render layout: nil
+ render layout: 'in_product_marketing_mailer'
end
format.text do
@@ -41,3 +41,5 @@ module Emails
end
end
end
+
+Emails::InProductMarketing.prepend_mod