summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-18 08:23:15 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-18 08:23:15 -0700
commit6c0f104f67dc34311e8b430282b3171a0fe04f02 (patch)
tree25572bbb7d4dd55f4719ef21b77fa50ca5a34e5c
parent4be28d28ab515c26b01881bdf550778cc1757dc2 (diff)
downloadgitlab-ce-24639-mr-widget-updates.tar.gz
Remove view details link from MR widget24639-mr-widget-updates
-rw-r--r--app/views/projects/merge_requests/widget/_heading.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/merge_requests/widget/_heading.html.haml b/app/views/projects/merge_requests/widget/_heading.html.haml
index a82c846baa7..0f0fc097e98 100644
--- a/app/views/projects/merge_requests/widget/_heading.html.haml
+++ b/app/views/projects/merge_requests/widget/_heading.html.haml
@@ -12,7 +12,6 @@
= succeed "." do
= link_to @pipeline.short_sha, namespace_project_commit_path(@merge_request.source_project.namespace, @merge_request.source_project, @pipeline.sha), class: "monospace"
%span.ci-coverage
- = link_to "View details", pipelines_namespace_project_merge_request_path(@project.namespace, @project, @merge_request), class: "js-show-tab", data: {action: 'pipelines'}
- elsif @merge_request.has_ci?
- # Compatibility with old CI integrations (ex jenkins) when you request status from CI server via AJAX
@@ -29,8 +28,6 @@
= succeed "." do
= link_to commit.short_id, namespace_project_commit_path(@merge_request.source_project.namespace, @merge_request.source_project, commit), class: "monospace"
%span.ci-coverage
- - if details_path = ci_build_details_path(@merge_request)
- = link_to "View details", details_path, :"data-no-turbolink" => "data-no-turbolink"
.ci_widget
= icon("spinner spin")