contest page should now also display problem value
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster / HTML.pm
index 95761824558e5838d730bc0da0c116a0a06abbe9..f18e5f65bb107cb7be0ad6a895ec830c8bf9065e 100644 (file)
@@ -210,6 +210,7 @@ sub process_pb {
        my $iter = sub {
                my ($data, $tr) = @_;
                $tr->set_child_content(class => 'author', $data->{author});
+               $tr->set_child_content(class => 'value', $data->{value});
                $tr->set_child_content(class => 'level', ucfirst $data->{level});
                $tr->fclass('name')->namedlink($data->{id}, $data->{name});
                $tr->fclass('name')->find('a')->edit_href(sub {$_ .= "?contest=$args{args}{contest}"}) if $args{args}{contest};
This page took 0.011279 seconds and 4 git commands to generate.