summaryrefslogtreecommitdiff
path: root/app/mailers
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 18:15:15 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 18:15:15 +0200
commit525ab25ac81a6b81cca56d3cba403ab2a5f372eb (patch)
treeb75bf78592a53a02bc84081011c816a96a4ad379 /app/mailers
parent3170e5d226ee107409b4345b827519da64ba967e (diff)
downloadgitlab-ce-525ab25ac81a6b81cca56d3cba403ab2a5f372eb.tar.gz
Changes suggested by Robert
Diffstat (limited to 'app/mailers')
-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"