mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Fix uneven tags
This commit is contained in:
parent
81cc9f3700
commit
9a68a747a0
|
@ -9,7 +9,7 @@
|
||||||
## {{ $assets->count() }} {{ trans('general.assets') }}
|
## {{ $assets->count() }} {{ trans('general.assets') }}
|
||||||
|
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr><th align="left">{{ trans('mail.name') }} </th><th align="left">{{ trans('mail.asset_tag') }}</th><th align="left">{{ trans('admin/hardware/table.serial') }}</th></tr><tr></tr>>
|
<tr><th align="left">{{ trans('mail.name') }} </th><th align="left">{{ trans('mail.asset_tag') }}</th><th align="left">{{ trans('admin/hardware/table.serial') }}</th> <th></th> </tr>
|
||||||
@foreach($assets as $asset)
|
@foreach($assets as $asset)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $asset->present()->name }}</td>
|
<td>{{ $asset->present()->name }}</td>
|
||||||
|
|
Loading…
Reference in a new issue