mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 18:48:41 +00:00
fix(web/contest/submissions): simplify title
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ba267c15e1
commit
954a870ac0
@ -38,7 +38,8 @@
|
|||||||
$conds, 'order by id desc', [
|
$conds, 'order by id desc', [
|
||||||
'judge_time_hidden' => '',
|
'judge_time_hidden' => '',
|
||||||
'problem_title' => [
|
'problem_title' => [
|
||||||
'with' => 'letter'
|
'with' => 'letter',
|
||||||
|
'simplify' => true
|
||||||
],
|
],
|
||||||
'table_config' => [
|
'table_config' => [
|
||||||
'div_classes' => ['card', 'mb-3', 'table-responsive'],
|
'div_classes' => ['card', 'mb-3', 'table-responsive'],
|
||||||
|
Loading…
Reference in New Issue
Block a user