./config/my.php.back

This commit is contained in:
pengjiangxiu
2017-03-07 10:15:26 +08:00
parent f1515951b0
commit e4001d23d5
11 changed files with 177 additions and 110 deletions
-1
View File
@@ -41,7 +41,6 @@
<td title="<?php echo $task->projectName . '/' . $task->buildName?>">
<?php
echo $task->projectName . '/';
//echo html::a($this->createLink('project', 'story', "projectID=$task->project"), $task->projectName) . '/';
$task->build == 'trunk' ? print($lang->trunk) : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));;
?>
</td>