summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_pipeline.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-16 19:52:34 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-16 19:52:34 -0500
commitb631985ad7a8a85d1350425e6d1cf1cb90c93b5f (patch)
tree82cafb1bd1d65ce9d8c2f54df1aa05ef1d5e399e /app/views/projects/commit/_pipeline.html.haml
parent8d5dc4fa6b0f01dbe46e89105aed5072c60cc102 (diff)
downloadgitlab-ce-b631985ad7a8a85d1350425e6d1cf1cb90c93b5f.tar.gz
Add links to pipeline graph
Diffstat (limited to 'app/views/projects/commit/_pipeline.html.haml')
-rw-r--r--app/views/projects/commit/_pipeline.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_pipeline.html.haml b/app/views/projects/commit/_pipeline.html.haml
index eb80aadd524..44250860020 100644
--- a/app/views/projects/commit/_pipeline.html.haml
+++ b/app/views/projects/commit/_pipeline.html.haml
@@ -45,7 +45,7 @@
.build-content
%span{class: "ci-status-link ci-status-icon-#{status}"}
= ci_icon_for_status(status)
- = build.name
+ = link_to build.name, namespace_project_build_url(build.project.namespace, build.project, build)
- if pipeline.yaml_errors.present?
.bs-callout.bs-callout-danger