* removed test data.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<div class="progressbar" style='width:<?php echo $project->hours->progress;?>px'> </div>
|
||||
<small><?php echo $project->hours->progress;?>%</small>
|
||||
</td>
|
||||
<td class='projectline text-left pd-0' values='77.5,77,75,71,66,59,55.5,30,23'></td>
|
||||
<td class='projectline text-left pd-0' values='<?php echo join(',', $project->burns);?>'></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user