mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 16:38:41 +00:00
fix(list/manage): remove dup problem id
This commit is contained in:
parent
6548c2e2b7
commit
3c2ab13e0d
@ -318,7 +318,7 @@ EOD);
|
|||||||
echo HTML::tag_begin('tr');
|
echo HTML::tag_begin('tr');
|
||||||
echo HTML::tag('td', ['class' => 'text-center'], $problem->info['id']);
|
echo HTML::tag('td', ['class' => 'text-center'], $problem->info['id']);
|
||||||
echo HTML::tag_begin('td');
|
echo HTML::tag_begin('td');
|
||||||
echo $problem->getLink();
|
echo $problem->getLink(['with' => 'none']);
|
||||||
if ($problem->info['is_hidden']) {
|
if ($problem->info['is_hidden']) {
|
||||||
echo ' <span class="badge text-bg-danger"><i class="bi bi-eye-slash-fill"></i> ', UOJLocale::get('hidden'), '</span> ';
|
echo ' <span class="badge text-bg-danger"><i class="bi bi-eye-slash-fill"></i> ', UOJLocale::get('hidden'), '</span> ';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user