clean up report dropdown

This commit is contained in:
RaidMax
2022-04-22 15:14:23 -05:00
parent ed1032415e
commit 7b3ddd58c6
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
else if (match.MatchValue == "punisher")
{
<span class="text-highlight">
<a class="link-inverse" href="@Model.PunisherClientId">
<a asp-action="Profile" asp-controller="Client" asp-route-id="@Model.PunisherClientId">
<color-code value="@Model.PunisherName"></color-code>
</a>
</span>