summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_info.html.haml
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-10-09 11:55:22 +0200
committerLukas Eipert <leipert@gitlab.com>2018-10-09 11:55:22 +0200
commit4340c26324948adf59b42a973c7cbceb5b76bff0 (patch)
tree2c0390b1e54167282fb7e6c90641dfbf5c29ca41 /app/views/projects/pipelines/_info.html.haml
parentdbab210fe75fc5005490652c59f2391075d732e4 (diff)
downloadgitlab-ce-4340c26324948adf59b42a973c7cbceb5b76bff0.tar.gz
Remove security report summary from pipelines view
This removes the Vue component, corresponding tests and haml/bundle entry points for the Security Report summary in the pipelines view
Diffstat (limited to 'app/views/projects/pipelines/_info.html.haml')
-rw-r--r--app/views/projects/pipelines/_info.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml
index ccb83148ded..dbb563f51ea 100644
--- a/app/views/projects/pipelines/_info.html.haml
+++ b/app/views/projects/pipelines/_info.html.haml
@@ -30,5 +30,3 @@
%span.js-details-content.hide
= link_to @pipeline.sha, project_commit_path(@project, @pipeline.sha), class: "commit-sha commit-hash-full"
= clipboard_button(text: @pipeline.sha, title: "Copy commit SHA to clipboard")
-
- = render_if_exists "projects/pipelines/info_extension", pipeline: @pipeline