* adjust the UI of release and build.

This commit is contained in:
wangchunsheng
2010-01-15 06:09:42 +00:00
parent 0cbe1b9060
commit 415d9efcbd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -45,11 +45,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->build->scmPath;?></th>
<td><?php echo $build->scmPath;?></td>
<td><?php strpos($build->scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->build->filePath;?></th>
<td><?php echo $build->filePath;?></td>
<td><?php strpos($build->filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?></td>
</tr>
<tr>