Add banned users and hidden levels page to mod panel

This commit is contained in:
jvyden 2022-08-14 18:39:19 -04:00
commit 67bad4fd1e
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
8 changed files with 178 additions and 3 deletions

View file

@ -42,12 +42,12 @@ else
<h2>Actions</h2>
<a href="/moderation/bannedUsers" class="ui red button">
<a href="/moderation/bannedUsers/0" class="ui red button">
<i class="users icon"></i>
<span>View banned users</span>
</a><br/><br/>
<a href="/moderation/hiddenSlots" class="ui yellow button">
<a href="/moderation/hiddenLevels/0" class="ui yellow button">
<i class="certificate icon"></i>
<span>View hidden levels</span>
</a>