mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 08:58:42 +00:00
fix: 8a04d24a5b
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
8a04d24a5b
commit
0d31f56e39
@ -649,7 +649,7 @@ class UOJContest {
|
|||||||
} else if ($this->progress() <= CONTEST_TESTING) {
|
} else if ($this->progress() <= CONTEST_TESTING) {
|
||||||
$judge_progress = $this->queryJudgeProgress();
|
$judge_progress = $this->queryJudgeProgress();
|
||||||
|
|
||||||
$res .= HTML::tag('span', [], "{$judge_progress['title']} ({$judge_progress['rop']})");
|
$res .= HTML::tag('span', [], "{$judge_progress['title']} ({$judge_progress['rop']}%)");
|
||||||
} else {
|
} else {
|
||||||
$res .= HTML::tag('span', [], UOJLocale::get('contests::contest ended'));
|
$res .= HTML::tag('span', [], UOJLocale::get('contests::contest ended'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user