mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fix more uneven tags
This commit is contained in:
parent
9a68a747a0
commit
f0bf16d784
|
@ -29,7 +29,7 @@
|
||||||
## {{ $accessories->count() }} {{ trans('general.accessories') }}
|
## {{ $accessories->count() }} {{ trans('general.accessories') }}
|
||||||
|
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr><th align="left">{{ trans('mail.name') }} </th></tr>
|
<tr><th align="left">{{ trans('mail.name') }} </th> <th></th> </tr>
|
||||||
@foreach($accessories as $accessory)
|
@foreach($accessories as $accessory)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $accessory->name }}</td>
|
<td>{{ $accessory->name }}</td>
|
||||||
|
|
Loading…
Reference in a new issue