Skip to content

Commit

Permalink
Added asset tag to license index view
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 19, 2014
1 parent 196dbb8 commit 27e43ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/views/backend/licenses/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 27e43ee

Please sign in to comment.