This commit is contained in:
wangyuting
2022-11-24 05:01:52 +00:00
parent 307629f078
commit 3075732c2b
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
<tr>
<th class='w-120px'><?php echo $lang->build->name;?></th>
<td><?php echo html::input('name', '', "class='form-control' required");?></td>
<td class='text-muted'>
<td class='text-muted' id='lastBuildBox'>
<?php if($lastBuild):?>
<div class='help-block'> &nbsp; <?php echo $lang->build->last . ': <a class="code label label-badge label-light" id="lastBuildBtn">' . $lastBuild->name . '</a>';?></div>
<?php endif;?>