mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-07-06 11:58:57 -05:00
clean up some more translations
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
@{
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
|
||||
@model WebfrontCore.ViewModels.PenaltyFilterInfo
|
||||
|
||||
@await Component.InvokeAsync("PenaltyList", new { offset = Model.Offset, count= Model.Count, showOnly = Model.ShowOnly, ignoreAutomated = Model.IgnoreAutomated })
|
||||
@await Component.InvokeAsync("PenaltyList", new { offset = Model.Offset, count = Model.Count, showOnly = Model.ShowOnly, ignoreAutomated = Model.IgnoreAutomated })
|
||||
|
Reference in New Issue
Block a user