mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 11:38:41 +00:00
fix(submissions): submission status badge
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
dab27a8568
commit
52f05a3a01
@ -514,7 +514,7 @@ class UOJSubmission {
|
||||
echo $tag_st, ' class="small text-decoration-none">', $this->info['result_error'], $tag_ed;
|
||||
}
|
||||
} else {
|
||||
echo $tag_st, ' class="vstack gap-1 d-inline-flex">';
|
||||
echo $tag_st, ' class="vstack d-inline-flex">';
|
||||
if ($cfg['result_badge']) {
|
||||
echo '<span class="fs-5">';
|
||||
if ($actual_score == 100) {
|
||||
|
Loading…
Reference in New Issue
Block a user