Merge branch 'sprint/179_tianshujie_bug' into 'master'
* Change assigned to avatar to show up to 3. See merge request easycorp/zentaopms!1139
This commit is contained in:
@@ -95,12 +95,12 @@
|
||||
<?php
|
||||
foreach($assignedToList as $account)
|
||||
{
|
||||
if($count > 4) continue;
|
||||
if($count > 2) continue;
|
||||
echo html::smallAvatar(array('avatar' => $usersAvatar[$account], 'account' => $account));
|
||||
$count ++;
|
||||
}
|
||||
?>
|
||||
<?php if($count > 4) echo "<span>...</span>";?>
|
||||
<?php if($count > 2) echo "<span>...</span>";?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user