]> iEval git - gruntmaster-page.git/blobdiff - lib/Plack/App/Gruntmaster/HTML.pm
Sort problems in standings by value and fix standings JSON
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster / HTML.pm
index 91699e6e7e96f3bb64698403750750ebfee0d992..e84f6003d70a54f7972a24dfc61911a23e185d20 100644 (file)
@@ -243,7 +243,7 @@ sub process_st {
        my $pbiter = sub {
                my ($data, $th) = @_;
                $th->attr(class => undef);
-               $th->namedlink($data->id, $data->name);
+               $th->namedlink(@$data);
        };
        $tree->fclass('problem')->iter3($args{problems}, $pbiter);
        my $iter = sub {
This page took 0.019199 seconds and 4 git commands to generate.