project->featureBar['build'] as $featureType => $label)
{
$activeClass = $type == $featureType ? 'btn-active-text' : '';
$label = "$label";
if($type == $featureType) $label .= " {$buildsTotal}";
echo html::a(inlink('build', "projectID=$projectID&type=$featureType"), $label, '',"class='btn btn-link $activeClass' data-app={$app->tab} id=" . $featureType .'Tab');
}
?>
hasProduct):?>
productCommon}'");?>
execution->byQuery;?>
" . $lang->build->create, '', "class='btn btn-primary' id='createBuild'");?>