mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-09 05:18:47 +00:00
Add workaround for the clickable user links in a grief report (#846)
This commit is contained in:
parent
1c00db53ae
commit
f084189a29
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
@foreach (ReportPlayer player in Model.XmlPlayers)
|
@foreach (ReportPlayer player in Model.XmlPlayers)
|
||||||
{
|
{
|
||||||
<div id="hover-subjects-@Model.ReportId" class="hover-players">
|
<div id="hover-subjects-@Model.ReportId" class="hover-players">
|
||||||
<a href="/">@player.Name</a>
|
<a href="/users/0?name=@player.Name">@player.Name</a>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue