Skip to content

Commit

Permalink
fix (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Geekyhobo <[email protected]>
  • Loading branch information
Geekyhobo and Geekyhobo authored Mar 19, 2024
1 parent e53aa72 commit 44b2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.Admin/Pages/Tables/RoleBansTable.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<td>
@if (ban.Active && User.IsInRole("BAN"))
{
<form id="[email protected]" asp-page="/Bans/Index" asp-page-handler="Unban">
<form id="[email protected]" asp-page="/RoleBans/Index" asp-page-handler="Unban">
<input type="hidden" name="Id" value="@ban.Id">
<button type="button" class="btn btn-secondary" onclick="showConfirmation('@ban.Id')">Unban</button>
<div class="confirmation-button" id="[email protected]" style="display: none;">
Expand Down

0 comments on commit 44b2ab3

Please sign in to comment.