summaryrefslogtreecommitdiff
path: root/app/views/ci/projects/_project.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/projects/_project.html.haml')
-rw-r--r--app/views/ci/projects/_project.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/ci/projects/_project.html.haml b/app/views/ci/projects/_project.html.haml
index 844b6677b3d..e0ea02cf1af 100644
--- a/app/views/ci/projects/_project.html.haml
+++ b/app/views/ci/projects/_project.html.haml
@@ -24,14 +24,3 @@
Private
%td
= ci_project.commits.count
-- else
- %tr.light
- %td
- = project.name_with_namespace
- %td
- %small Not added to CI
- %td
- %td
- = form_tag ci_projects_path do
- = hidden_field_tag :project, project.to_json(methods: [:name_with_namespace, :path_with_namespace, :ssh_url_to_repo])
- = submit_tag 'Add project to CI', class: 'btn btn-default btn-sm'