]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/mail/footer.tmpl
Switch from Text::Template to Text::Xslate
[debbugs.git] / templates / en_US / mail / footer.tmpl
diff --git a/templates/en_US/mail/footer.tmpl b/templates/en_US/mail/footer.tmpl
deleted file mode 100644 (file)
index 132201f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
--- 
-{
-my %ref_handled;
-for my $bug (sort ($ref,@refs)) {
-    next unless defined $bug;
-    next if exists $ref_handled{$bug};
-    $ref_handled{$bug} = 1;
-    $OUT .= bugurl($bug).qq(\n);
-}
-}{$config{project}} {ucfirst($config{bug})} Tracking System
-Contact {$config{maintainer_email}} with problems