From 954a870ac0361391f0e28c257c2a0ab14952da18 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 6 Nov 2022 16:58:59 +0800 Subject: [PATCH] fix(web/contest/submissions): simplify title --- web/app/views/contest-submissions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/views/contest-submissions.php b/web/app/views/contest-submissions.php index 78d4495..0e090da 100644 --- a/web/app/views/contest-submissions.php +++ b/web/app/views/contest-submissions.php @@ -38,7 +38,8 @@ $conds, 'order by id desc', [ 'judge_time_hidden' => '', 'problem_title' => [ - 'with' => 'letter' + 'with' => 'letter', + 'simplify' => true ], 'table_config' => [ 'div_classes' => ['card', 'mb-3', 'table-responsive'],