fix(web/contest/submissions): simplify title
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-11-06 16:58:59 +08:00
parent ba267c15e1
commit 954a870ac0
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -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'],