Show contest names on user pages
[gruntmaster-page.git] / lib / Plack / App / Gruntmaster / HTML.pm
index b1f8dce71eac1678c38d0058e1a41873de53987c..2ae8a4410626037942da16ff01399768760f934e 100644 (file)
@@ -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});
        };
This page took 0.010151 seconds and 4 git commands to generate.