X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPlack%2FApp%2FGruntmaster%2FHTML.pm;h=2ae8a4410626037942da16ff01399768760f934e;hb=dc6ca3bcf2500c25510068b38af7e040f23b2dde;hp=b1f8dce71eac1678c38d0058e1a41873de53987c;hpb=7468a6a708467960a0ebb6db903a42779ad95a96;p=plack-app-gruntmaster.git diff --git a/lib/Plack/App/Gruntmaster/HTML.pm b/lib/Plack/App/Gruntmaster/HTML.pm index b1f8dce..2ae8a44 100644 --- a/lib/Plack/App/Gruntmaster/HTML.pm +++ b/lib/Plack/App/Gruntmaster/HTML.pm @@ -93,7 +93,7 @@ sub process_us_entry { my $ctiter = sub { my ($data, $td) = @_; - $td->fclass('contest')->namedlink($data->{contest}); + $td->fclass('contest')->namedlink($data->{contest}, $data->{contest_name}); $td->fclass('score')->replace_content($data->{score}); $td->fclass('rank')->replace_content($data->{rank}); };