mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-26 07:08:41 +00:00
fix: problem_list accepted problems td background
This commit is contained in:
parent
8d3174cbb5
commit
4daa3ed248
@ -23,7 +23,7 @@
|
|||||||
if (isProblemVisibleToUser($problem, $myUser)) {
|
if (isProblemVisibleToUser($problem, $myUser)) {
|
||||||
echo '<tr class="text-center">';
|
echo '<tr class="text-center">';
|
||||||
if ($problem['submission_id']) {
|
if ($problem['submission_id']) {
|
||||||
echo '<td class="success">';
|
echo '<td class="table-success">';
|
||||||
} else {
|
} else {
|
||||||
echo '<td>';
|
echo '<td>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user