From 0cd6c60fd9f0e995ca724f641b59c99f01ac0e6d Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 6 Dec 2013 02:41:53 -0500 Subject: [PATCH] Cleaner license UI --- app/views/backend/licenses/index.blade.php | 26 ++++++---------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/app/views/backend/licenses/index.blade.php b/app/views/backend/licenses/index.blade.php index 614f344400..b8b36f8c45 100755 --- a/app/views/backend/licenses/index.blade.php +++ b/app/views/backend/licenses/index.blade.php @@ -32,25 +32,6 @@ Licenses :: @foreach ($licenses as $license) - - - {{ $license->name }} - @if ($license->seats == 1) - ({{ $license->seats }} seat) - @else - ({{ $license->seats }} seats) - @endif - - - {{ $license->serial }} - - - - - - - - @if ($license->licenseseats) @foreach ($license->licenseseats as $licensedto) @@ -77,6 +58,13 @@ Licenses :: Checkout @endif + + @if ($count==1) + + + @endif + +