* Finish task#44805

This commit is contained in:
zenggang
2021-11-25 02:10:34 +00:00
parent 00d1e992f6
commit f2187d662b
-1
View File
@@ -44,7 +44,6 @@
<td class='w-60px'><?php echo html::image($gitlabUser->avatar, "height=40");?></td>
<td class='text-left'>
<strong><?php echo $gitlabUser->realname;?></strong>
<br>
<?php echo $gitlabUser->account . " &lt;" . $gitlabUser->email . "&gt;";?>
</td>
<td class='text' title='<?php echo substr($gitlabUser->createdAt, 0, 10);?>'><?php echo substr($gitlabUser->createdAt, 0, 10);?></td>