mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed junk text
This commit is contained in:
parent
4d4b4ffd36
commit
7e0ab645bf
|
@ -1398,8 +1398,6 @@ class AssetsController extends Controller
|
||||||
} else {
|
} else {
|
||||||
$inout = '<a href="'.route('checkout/hardware', $asset->id).'" class="btn btn-info btn-sm" title="Checkout this asset to a user" data-toggle="tooltip">'.trans('general.checkout').'</a>';
|
$inout = '<a href="'.route('checkout/hardware', $asset->id).'" class="btn btn-info btn-sm" title="Checkout this asset to a user" data-toggle="tooltip">'.trans('general.checkout').'</a>';
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
$inout = 'nope'.$asset->assetstatus->deployable;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue