mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-24 19:29:44 +00:00
Add case generator for bans, allow mods to ban
This commit is contained in:
parent
1eede416d4
commit
cdcc03fdc1
8 changed files with 85 additions and 47 deletions
|
@ -126,7 +126,7 @@
|
|||
@if (!Model.ProfileUser.IsBanned)
|
||||
{
|
||||
<div>
|
||||
<a class="ui red button" href="/admin/user/@Model.ProfileUser.UserId/ban">
|
||||
<a class="ui red button" href="/moderation/user/@Model.ProfileUser.UserId/ban">
|
||||
<i class="ban icon"></i>
|
||||
<span>Ban User</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue