summaryrefslogtreecommitdiff
path: root/app/mailers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-20 00:14:10 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-20 00:14:10 +0000
commit07da184d5f8b0382f63d1aa16a54aa02ea41c294 (patch)
treed492305007ce6777e64a287c0287c8e39d360244 /app/mailers
parent0302293341e9481507236824a8ef14525982e4bb (diff)
downloadgitlab-ce-07da184d5f8b0382f63d1aa16a54aa02ea41c294.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/previews/notify_preview.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/mailers/previews/notify_preview.rb b/app/mailers/previews/notify_preview.rb
index 15b6fec3548..7b7454340e8 100644
--- a/app/mailers/previews/notify_preview.rb
+++ b/app/mailers/previews/notify_preview.rb
@@ -213,6 +213,10 @@ class NotifyPreview < ActionMailer::Preview
Notify.verification_instructions_email(user.id, token: '123456', expires_in: 60).message
end
+ def project_was_exported_email
+ Notify.project_was_exported_email(user, project).message
+ end
+
private
def project