From 3e13a45a4cb099093fa8e065224f06d4ee9cebc1 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Thu, 6 Oct 2016 15:53:39 +0100 Subject: Removes Merge Request reference from commit column due to performance issues --- app/views/projects/deployments/_commit.html.haml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/projects/deployments/_commit.html.haml b/app/views/projects/deployments/_commit.html.haml index f71754597b6..dfd03bc466b 100644 --- a/app/views/projects/deployments/_commit.html.haml +++ b/app/views/projects/deployments/_commit.html.haml @@ -8,10 +8,6 @@ .icon-container = custom_icon("icon_commit") = link_to deployment.short_sha, namespace_project_commit_path(@project.namespace, @project, deployment.sha), class: "commit-id monospace" - - - if merge_request - %span in - = link_to_gfm merge_request.to_reference, merge_request_path(merge_request) %p.commit-title %span -- cgit v1.2.1