diff --git a/module/gitlab/view/editproject.html.php b/module/gitlab/view/editproject.html.php index eaacc83212..b160c44bcd 100644 --- a/module/gitlab/view/editproject.html.php +++ b/module/gitlab/view/editproject.html.php @@ -27,11 +27,6 @@ gitlab->project->name;?> name, "class='form-control' placeholder='{$lang->gitlab->project->name}'");?> - - gitlab->project->tagList;?> - tag_list), "class='form-control'");?> - gitlab->project->tagListTips;?> - gitlab->project->description;?> description, "rows='10' class='form-control' placeholder='{$lang->gitlab->project->description}'");?>