mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-07-06 03:50:18 -05:00
Namespace Update (SLC/Data Ignored)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
@model IEnumerable<WebfrontCore.QueryHelpers.Models.BanInfo>
|
||||
@model IEnumerable<IW4MAdmin.WebfrontCore.QueryHelpers.Models.BanInfo>
|
||||
|
||||
<div class="content mt-0">
|
||||
<h2 class="content-title mt-20 mb-10">@ViewBag.Title</h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@model IEnumerable<WebfrontCore.QueryHelpers.Models.BanInfo>
|
||||
@using SharedLibraryCore
|
||||
@model IEnumerable<IW4MAdmin.WebfrontCore.QueryHelpers.Models.BanInfo>
|
||||
|
||||
@foreach (var ban in Model)
|
||||
{
|
||||
|
@ -1,4 +1,5 @@
|
||||
@using SharedLibraryCore.Dtos
|
||||
@using SharedLibraryCore
|
||||
@using SharedLibraryCore.Dtos
|
||||
@model IEnumerable<AuditInfo>
|
||||
@{
|
||||
var loc = Utilities.CurrentLocalization.LocalizationIndex;
|
||||
|
Reference in New Issue
Block a user