From be6bd2f3d37751c72cefe47a8e10459f66c46397 Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 29 Dec 2017 13:13:45 +0100 Subject: small improvements of user view --- includes/view/User_view.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'includes/view/User_view.php') diff --git a/includes/view/User_view.php b/includes/view/User_view.php index 71bee3a0..2b92923e 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -419,10 +419,6 @@ function User_view_myshifts($shifts, $user_source, $its_me, $tshirt_score, $tshi $timesum += ($shift['end'] - $shift['start']); } } - - if($user_source['force_active']) { - $myshifts_table[] = success(_('You have done enough to get a t-shirt.'), true); - } if (count($myshifts_table) > 0) { $myshifts_table[] = [ @@ -443,6 +439,8 @@ function User_view_myshifts($shifts, $user_source, $its_me, $tshirt_score, $tshi 'actions' => '' ]; } + } elseif($user_source['force_active']) { + $myshifts_table[] = success(_('You have done enough to get a t-shirt.'), true); } return $myshifts_table; } -- cgit v1.2.3