From 7a5b133c5875959c5d7bebf16ea82bac7ceb3989 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 25 Nov 2013 18:31:59 -0500 Subject: [PATCH] Fixed bug linking to assets when they should be pointing to licenses --- app/views/backend/users/view.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/backend/users/view.blade.php b/app/views/backend/users/view.blade.php index 3f56906811..76fca3f23a 100644 --- a/app/views/backend/users/view.blade.php +++ b/app/views/backend/users/view.blade.php @@ -93,10 +93,10 @@ View User {{ $user->fullName() }} :: Software @endif - {{ $license->serial }} - {{ $license->name }} + {{ $license->serial }} + {{ $license->name }} - Checkin + Checkin @endforeach