mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
clean up some more translations
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<h2 class="content-title mt-20 mb-10">@ViewBag.Title</h2>
|
||||
@if (!Model.Any())
|
||||
{
|
||||
<div class="text-muted mb-10">Search for records...</div>
|
||||
<div class="text-muted mb-10">@ViewBag.Localization["WEBFRONT_BAN_MGMT_SUBTITLE"]</div>
|
||||
}
|
||||
<form method="get" class="mt-10">
|
||||
<div class="d-flex flex-column flex-md-row">
|
||||
|
@ -30,7 +30,7 @@
|
||||
</td>
|
||||
<td>
|
||||
@info.Data
|
||||
<td >
|
||||
<td>
|
||||
@info.NewValue
|
||||
</td>
|
||||
<td class="text-right">
|
||||
@ -63,7 +63,7 @@
|
||||
{
|
||||
<div class="mt-5 mb-5">–</div>
|
||||
}
|
||||
<div class="mt-5 mb-5"> @info.Data</div>
|
||||
<div class="mt-5 mb-5">@info.Data</div>
|
||||
<div class="mt-5 mb-5">@info.NewValue</div>
|
||||
<div class="mt-5 mb-5">@info.When</div>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user