fix: contest registrants button color

This commit is contained in:
Baoshuo Ren 2022-10-07 13:09:56 +08:00
parent 6a91c0521c
commit 8ca3b7b2b5
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -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)): ?>