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/repository_check_mailer.rb')
-rw-r--r--app/mailers/repository_check_mailer.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/mailers/repository_check_mailer.rb b/app/mailers/repository_check_mailer.rb
index 994054c8769..2bff5b63cc4 100644
--- a/app/mailers/repository_check_mailer.rb
+++ b/app/mailers/repository_check_mailer.rb
@@ -1,6 +1,4 @@
class RepositoryCheckMailer < BaseMailer
- include ActionView::Helpers::TextHelper
-
def notify(failed_count)
if failed_count == 1
@message = "One project failed its last repository check"