Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/backend/users/view.blade.php
Original file line number Diff line number Diff line change
@@ -93,10 +93,10 @@
Software
@endif
</td>
<td><a href="{{ route('view/asset', $license->id) }}">{{ $license->serial }}</a></td>
<td><a href="{{ route('view/asset', $license->id) }}">{{ $license->name }}</a></td>
<td><a href="{{ route('view/license', $license->id) }}">{{ $license->serial }}</a></td>
<td><a href="{{ route('view/license', $license->id) }}">{{ $license->name }}</a></td>

<td> <a href="{{ route('checkin/asset', $asset->id) }}" class="btn-flat info">Checkin</a></td>
<td> <a href="{{ route('checkin/license', $asset->id) }}" class="btn-flat info">Checkin</a></td>
</tr>
@endforeach
</tbody>

0 comments on commit 7a5b133

Please sign in to comment.