Skip to content

Commit 4340c26

Browse files
committed
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
1 parent dbab210 commit 4340c26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/views/projects/pipelines/_info.html.haml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@
3030
%span.js-details-content.hide
3131
= link_to @pipeline.sha, project_commit_path(@project, @pipeline.sha), class: "commit-sha commit-hash-full"
3232
= clipboard_button(text: @pipeline.sha, title: "Copy commit SHA to clipboard")
33-
34-
= render_if_exists "projects/pipelines/info_extension", pipeline: @pipeline

0 commit comments

Comments
 (0)