* Finish task#46142
This commit is contained in:
@@ -69,6 +69,16 @@
|
||||
<th><?php echo $lang->devops->repo;?></th>
|
||||
<td colspan='1' class='required'><?php echo html::select('repoID', $repoList, $MR->repoID, "class='form-control chosen'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->mr->removeSourceBranch;?></th>
|
||||
<td colspan='1'>
|
||||
<div class="checkbox-primary">
|
||||
<?php $checked = $MR->removeSourceBranch== '1' ? 'checked' : '' ?>
|
||||
<input type="checkbox" <?php echo $checked;?> name="removeSourceBranch" value="1" id="removeSourceBranch">
|
||||
<label for="removeSourceBranch"></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->mr->needCI;?></th>
|
||||
<td colspan='1'>
|
||||
|
||||
Reference in New Issue
Block a user