summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-10-10 10:45:41 +0000
committerFatih Acet <acetfatih@gmail.com>2018-10-10 10:45:41 +0000
commit8921840489016eb4a8153355478db4d48ee5a2b6 (patch)
treefdf0dd3c6822785f4f0c79cf97a22384c17a4f95 /app
parentbdd60cd73c39cdccae5a29d79327bd64479348f5 (diff)
parent4340c26324948adf59b42a973c7cbceb5b76bff0 (diff)
downloadgitlab-ce-8921840489016eb4a8153355478db4d48ee5a2b6.tar.gz
Merge branch '7631-remove-security-report-summary-from-pipelines-view' into 'master'
Backport of CE changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7844 See merge request gitlab-org/gitlab-ce!22221
Diffstat (limited to 'app')
-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