]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Log/Entry.pm
Add Page::Src
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Log / Entry.pm
index 2c4aa3acb5cfc1bec533ddf6e673a08e5c80e642..f3e3236f607d51a60d23c30dd99b8628ff662d00 100644 (file)
@@ -24,11 +24,9 @@ HTML
 };
 
 sub _generate{
-       my ($self, $htc, $path, $lang) = @_;
-
-       $path =~ m,^(?:ct/([^/]+)/)?log/job/([^/]+)\.html$,;
-       local $Gruntmaster::Data::contest = $1;
-       my $id = $2;
+       my ($self, $htc, $lang, $logger, $ct, $id) = @_;
+       debug $logger => "language is '$lang', contest is '$ct' and id is '$id'";
+       local $Gruntmaster::Data::contest = $ct;
 
        my @tests = ();
 
This page took 0.020381 seconds and 4 git commands to generate.