]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Log/Entry.pm
More bug fixes
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Log / Entry.pm
index 309660a3065155f55f701790a18431c6b78e7c80..3e9e08fed2f2d8762a93a62f87ab6cdf07ccde26 100644 (file)
@@ -30,7 +30,7 @@ $templates{$_}  = header($_, TITLE) . $templates{$_} for keys %templates;
 $templates{$_} .= footer $_ for keys %templates;
 
 sub generate{
-       $_[0] =~ m,^(?:ct/([^/]+)/)?log/([^/]+)/index\.html$,;
+       $_[0] =~ m,^(?:ct/([^/]+)/)?log/job/([^/]+)\.html$,;
        local $Gruntmaster::Data::contest = $1;
        my $id = $2;
 
This page took 0.017687 seconds and 4 git commands to generate.