* Finish task #4867.

This commit is contained in:
Yagami
2018-09-20 16:33:39 +08:00
parent fbeb037011
commit f4e565ea93
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -33,8 +33,8 @@
<?php foreach($projects as $project):?>
<?php $projectLink = $this->createLink('project', 'browse', "projectID=$project->id");?>
<tr class='text-center'>
<td><?php echo html::a($projectLink, $project->id);?></td>
<td><?php echo $project->code;?></td>
<td class='text-left'><?php echo html::a($projectLink, $project->id);?></td>
<td class='text-left'><?php echo $project->code;?></td>
<td class="text-left"><?php echo html::a($projectLink, $project->name);?></td>
<td><?php echo $project->begin;?></td>
<td><?php echo $project->end;?></td>