mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Only show sig file if there is a value for accepted sig
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
78d5c37267
commit
8114d01799
|
@ -86,7 +86,7 @@
|
||||||
<td>
|
<td>
|
||||||
{{ $asset->last_checkout }}</td>
|
{{ $asset->last_checkout }}</td>
|
||||||
<td>
|
<td>
|
||||||
@if ($asset->assetlog->first())
|
@if (($asset->assetlog->first()) && ($asset->assetlog->first()->accept_signature!=''))
|
||||||
<img style="width:auto;height:100px;" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}">
|
<img style="width:auto;height:100px;" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}">
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue