File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
{
97
97
< tr >
98
98
< td > @player .Value .Position < / td >
99
- < td >< a onclick = " window.location.href = '/player/@player.Value.Player.PlayerGuid'" > @player .Value .Player .Username < / a >< / td >
99
+ < td >< a href = " " onclick = " window.location.href = '/player/@player.Value.Player.PlayerGuid'" > @player .Value .Player .Username < / a >< / td >
100
100
< td > @player .Value .Count < / td >
101
101
< / tr >
102
102
}
103
103
else
104
104
{
105
105
<tr style =" --bs-table-bg : #622c2c ;" >
106
106
<td >@player.Value.Position </td >
107
- <td ><a onclick =" window.location.href = '/player/@player.Value.Player.PlayerGuid'" >@player.Value.Player.Username </a ></td >
107
+ <td ><a href = " " onclick =" window.location.href = '/player/@player.Value.Player.PlayerGuid'" >@player.Value.Player.Username </a ></td >
108
108
<td >@player.Value.Count </td >
109
109
</tr >
110
110
}
You can’t perform that action at this time.
0 commit comments