From 4340c26324948adf59b42a973c7cbceb5b76bff0 Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Tue, 9 Oct 2018 11:55:22 +0200 Subject: 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 --- app/views/projects/pipelines/_info.html.haml | 2 -- 1 file changed, 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 -- cgit v1.2.1