]>
iEval git - gruntmaster-page.git/blob - lib/Gruntmaster/Page/Log/Entry.pm
1 package Gruntmaster
::Page
::Log
::Entry
;
6 use Gruntmaster
::Page
::Base log_entry
=> 'Job <tmpl_var id>';
7 our @ISA = qw
/Gruntmaster::Page::Base/;
8 our $VERSION = '0.001';
11 my ($self, $htc, $lang, $env, $ct, $id) = @_;
12 debug
$env => "language is '$lang', contest is '$ct' and id is '$id'";
13 local $Gruntmaster::Data
::contest
= $ct if $ct;
19 $_->{time} = sprintf "%.4fs", $_->{time};
24 $htc->param(id
=> $id);
25 $htc->param(tests
=> \
@tests);
26 $htc->param(errors
=> job_errors
$id)
This page took 0.046711 seconds and 4 git commands to generate.