* fixed image path of progressbar.

This commit is contained in:
Catouse
2014-11-14 10:22:19 +08:00
parent bacdb3e061
commit f25db15efd
+1 -1
View File
@@ -30,7 +30,7 @@
<td><?php echo $project->hours->totalConsumed;?></td>
<td><?php echo $project->hours->totalLeft;?></td>
<td class='text-left w-150px'>
<img class="progressbar" src="theme/default/images/main/green.png" alt="" style='width:<?php echo $project->hours->progress;?>px'>
<img class="progressbar" src="/theme/default/images/main/green.png" alt="" style='width:<?php echo $project->hours->progress;?>px'>
<small><?php echo $project->hours->progress;?>%</small>
</td>
<td class='projectline text-left pd-0' values='<?php echo join(',', $project->burns);?>'></td>