mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
continue working on per servver topstats
This commit is contained in:
@ -6,6 +6,6 @@
|
||||
@{
|
||||
foreach (var penalty in Model)
|
||||
{
|
||||
Html.RenderPartial("_Penalty", penalty);
|
||||
await Html.RenderPartialAsync("_Penalty", penalty);
|
||||
}
|
||||
}
|
@ -6,6 +6,6 @@
|
||||
@{
|
||||
foreach (var s in Model)
|
||||
{
|
||||
Html.RenderPartial("../Server/_Server", s);
|
||||
await Html.RenderPartialAsync("../Server/_Server", s);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user