* Fix bug #44799.
This commit is contained in:
@@ -27,11 +27,6 @@
|
||||
<th><?php echo $lang->gitlab->project->name;?></th>
|
||||
<td class='required'><?php echo html::input('name', $project->name, "class='form-control' placeholder='{$lang->gitlab->project->name}'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->gitlab->project->tagList;?></th>
|
||||
<td><?php echo html::input('tag_list', join(',', $project->tag_list), "class='form-control'");?></td>
|
||||
<td class="tips-git"><?php echo $lang->gitlab->project->tagListTips;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->gitlab->project->description;?></th>
|
||||
<td><?php echo html::textarea('description', $project->description, "rows='10' class='form-control' placeholder='{$lang->gitlab->project->description}'");?></td>
|
||||
|
||||
Reference in New Issue
Block a user