* removed test data.

This commit is contained in:
Catouse
2014-06-18 20:08:30 +08:00
parent 02854685b1
commit 193ac6b956
+1 -1
View File
@@ -33,7 +33,7 @@
<div class="progressbar" style='width:<?php echo $project->hours->progress;?>px'>&nbsp;</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>