summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-10-06 15:53:39 +0100
committerFilipa Lacerda <filipa@gitlab.com>2016-10-06 15:53:39 +0100
commit3e13a45a4cb099093fa8e065224f06d4ee9cebc1 (patch)
tree3147b607abc44420ecd3baa4061b8ddd003d0496 /app
parent2347d0e66ccdf3224b8a98c7655ade7b78d78842 (diff)
downloadgitlab-ce-3e13a45a4cb099093fa8e065224f06d4ee9cebc1.tar.gz
Removes Merge Request reference from commit column due to performance issues
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/deployments/_commit.html.haml4
1 files changed, 0 insertions, 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