mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 18:48:41 +00:00
fix: contest registrants button color
This commit is contained in:
parent
6a91c0521c
commit
8ca3b7b2b5
@ -579,7 +579,7 @@ EOD;
|
||||
<p><strong>注意:比赛时显示测试所有数据的结果,但无法看到详细信息。</strong></p>
|
||||
<?php endif ?>
|
||||
|
||||
<a href="/contest/<?= $contest['id'] ?>/registrants" class="btn btn-info d-block mt-2">
|
||||
<a href="/contest/<?= $contest['id'] ?>/registrants" class="btn btn-secondary d-block mt-2">
|
||||
<?= UOJLocale::get('contests::contest registrants') ?>
|
||||
</a>
|
||||
<?php if (isSuperUser($myUser)): ?>
|
||||
|
Loading…
Reference in New Issue
Block a user