X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FLog.pm;h=19862a82b69a8840a5dd6a00c615a8a5bea30c71;hb=a94f84535623ae0de44b63290aa4c8b1bf3e5eaa;hp=f46e6a9e93e836e27f38731b6424d19c73b05f57;hpb=7dc3247307f2e86af154dc449224f22ba8923c79;p=gruntmaster-page.git diff --git a/lib/Gruntmaster/Page/Log.pm b/lib/Gruntmaster/Page/Log.pm index f46e6a9..19862a8 100644 --- a/lib/Gruntmaster/Page/Log.pm +++ b/lib/Gruntmaster/Page/Log.pm @@ -11,20 +11,22 @@ use constant PAGE_SIZE => 10; use constant TEMPLATES => { en => <<'HTML', - +
IDProblemDateSizeUserResult
- + data-private>
-Prev page -Next page + HTML }; @@ -35,7 +37,7 @@ sub _generate{ my $pages = POSIX::floor (jobcard / PAGE_SIZE); $pages ||= 1; - $page //= $pages; + $page ||= $pages; my @log = sort { $b->{id} <=> $a->{id} } map +{ id => $_,