Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Update connect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PizzaPete committed Mar 23, 2013
1 parent 0d2cd18 commit 147ce9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function getProjects() {
$labelclass = 'label-warning';
} else if(round($progression, 2) > 75) {
$progressclass = 'progress-danger';
$labelclass = 'label-danger';
$labelclass = 'label-important';
}

echo '<div class="span3 progressbar"><div class="progress '.$progressclass.' progress-striped"><div class="bar" style="width: '.$progression.'%"></div></div></div>';
Expand Down

0 comments on commit 147ce9e

Please sign in to comment.