* Fix bug #17439.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<td class='text-center'><?php echo $gitlabGroup->id;?></td>
|
||||
<td class='text-c-name' title='<?php echo $gitlabGroup->name;?>'>
|
||||
<?php $groupName = current(common::convert2Pinyin(array($gitlabGroup->name))); ?>
|
||||
<?php echo html::avatar(substr($groupName, 0, 1), 20); ?>
|
||||
<?php echo html::avatar($groupName[0], 20); ?>
|
||||
<span><?php echo $gitlabGroup->name;?></span>
|
||||
</td>
|
||||
<td class='text' title='<?php echo $gitlabGroup->path;?>'><?php echo $gitlabGroup->path;?></td>
|
||||
|
||||
Reference in New Issue
Block a user