mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-15 23:09:14 +00:00
Revert "Remove remnant of incomplete feature"
This reverts commit e6e6d4d404
.
This commit is contained in:
parent
4737ea5d93
commit
e962c2dee4
1 changed files with 13 additions and 1 deletions
|
@ -38,4 +38,16 @@ else
|
|||
@await Html.PartialAsync("Partials/AdminPanelStatisticPartial", statistic)
|
||||
<br>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
<h2>Actions</h2>
|
||||
|
||||
<a href="/moderation/bannedUsers" 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">
|
||||
<i class="certificate icon"></i>
|
||||
<span>View hidden levels</span>
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue