summaryrefslogtreecommitdiff
path: root/app/views/ci/projects/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/projects/_form.html.haml')
-rw-r--r--app/views/ci/projects/_form.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/ci/projects/_form.html.haml b/app/views/ci/projects/_form.html.haml
index d50e1a83b06..e782fd8a0f7 100644
--- a/app/views/ci/projects/_form.html.haml
+++ b/app/views/ci/projects/_form.html.haml
@@ -96,6 +96,5 @@
.form-actions
= f.submit 'Save changes', class: 'btn btn-save'
- = link_to 'Cancel', projects_path, class: 'btn'
- unless @project.new_record?
= link_to 'Remove Project', ci_project_path(@project), method: :delete, data: { confirm: 'Project will be removed. Are you sure?' }, class: 'btn btn-danger pull-right'