* Code for task teams table style.
This commit is contained in:
@@ -76,10 +76,11 @@ if($task->team)
|
||||
),
|
||||
h::td
|
||||
(
|
||||
$team->left
|
||||
(float)$team->left
|
||||
),
|
||||
h::td
|
||||
(
|
||||
setClass("status-{$team->status}"),
|
||||
zget($lang->task->statusList, $team->status)
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user