From 899a0ef7fe8bec171b14f7864ab7e40e9a400fc5 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Tue, 12 Jun 2018 11:36:29 +0100 Subject: [PATCH] Remove EE-specific code from rejection mailer --- app/views/email_rejection_mailer/rejection.html.haml | 1 + app/views/email_rejection_mailer/rejection.text.haml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/email_rejection_mailer/rejection.html.haml b/app/views/email_rejection_mailer/rejection.html.haml index 7f7d841fe21..c4ae7befe4e 100644 --- a/app/views/email_rejection_mailer/rejection.html.haml +++ b/app/views/email_rejection_mailer/rejection.html.haml @@ -2,3 +2,4 @@ Unfortunately, your email message to GitLab could not be processed. = markdown @reason += render_if_exists 'shared/additional_email_text' diff --git a/app/views/email_rejection_mailer/rejection.text.haml b/app/views/email_rejection_mailer/rejection.text.haml index af518b5b583..0e13b2a6473 100644 --- a/app/views/email_rejection_mailer/rejection.text.haml +++ b/app/views/email_rejection_mailer/rejection.text.haml @@ -1,3 +1,4 @@ Unfortunately, your email message to GitLab could not be processed. \ = @reason += render_if_exists 'shared/additional_email_text'