]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Log.pm
Add links and full names to usernames in tables
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log.pm
index 68f45fdc3790bfe8ca045740d0782c1a36cd911a..f63f832cf0279d0c01916c513e7d2b810691475e 100644 (file)
@@ -1,11 +1,6 @@
 package Gruntmaster::Page::Log;
 
-use 5.014000;
-use strict;
-use warnings;
 use Gruntmaster::Page::Base log => 'Job log';
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
 
 use constant PAGE_SIZE => 10;
 
@@ -24,6 +19,7 @@ sub _generate{
                date => (job_date() ? strftime ('%c' => localtime job_date) : '?'),
                extension => job_extension,
                name => problem_name job_problem,
+               user_name => do { local $Gruntmaster::Data::contest; user_name job_user },
                problem => job_problem,
                result => job_result,
                result_text => job_result_text,
This page took 0.021903 seconds and 4 git commands to generate.