* Add tips for create a build with the same name as a release.
This commit is contained in:
@@ -35,7 +35,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->release->build;?></th>
|
||||
<td><?php echo html::select('build', $builds, '', "onchange='showProducts(this.value)' class='form-control chosen'");?></td><td></td>
|
||||
<td><?php echo html::select('build', $builds, '', "onchange='showProducts(this.value)' class='form-control chosen'");?></td>
|
||||
<td>
|
||||
<icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted popover-sm' data-content="<?php echo $lang->release->tips;?>"></icon>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='productBox' <?php if(!$project->hasProduct) echo "class='hide'";?> >
|
||||
<th><?php echo $lang->release->product;?></th>
|
||||
|
||||
Reference in New Issue
Block a user