Added asset tag to license index view

This commit is contained in:
snipe
2014-07-18 23:29:05 -04:00
parent 196dbb856e
commit 27e43eebcb
+6 -2
View File
@@ -48,8 +48,12 @@
<td>
@if ($licensedto->asset_id)
<a href="{{ route('view/hardware', $licensedto->asset_id) }}">
{{ $licensedto->asset->name }}
</a>
{{ $licensedto->asset->asset_tag }}
@if (Setting::getSettings()->display_asset_name)
({{ $licensedto->asset->name }})
@endif
</a>
@endif
</td>
<td>