mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added some translations, date formatting, and filesize human reporting
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
087fe19ae7
commit
b9e4b2a0ba
|
@ -30,8 +30,8 @@
|
||||||
<div class="errors-table">
|
<div class="errors-table">
|
||||||
<table class="table table-striped table-bordered" id="errors-table">
|
<table class="table table-striped table-bordered" id="errors-table">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Item</th>
|
<th>{{ trans('general.item') }}</th>
|
||||||
<th>Errors</th>
|
<th>{{ trans('general.error') }}</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@foreach($import_errors as $field => $error_list)
|
@foreach($import_errors as $field => $error_list)
|
||||||
|
|
Loading…
Reference in a new issue