mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
e4acf8d795
|
@ -221,7 +221,7 @@ View Assets for {{ $user->present()->fullName() }}
|
||||||
@foreach ($user->consumables as $consumable)
|
@foreach ($user->consumables as $consumable)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $consumable->name }}</td>
|
<td>{{ $consumable->name }}</td>
|
||||||
<td>{{ $consumable->category->name }}</td>
|
<td>{{ (($consumable->category) ? $consumable->category->name : 'deleted category') }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue