Commit b631985a authored by Annabel Dunstone's avatar Annabel Dunstone

Add links to pipeline graph

parent 8d5dc4fa
......@@ -303,6 +303,10 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
a {
color: $layout-link-gray;
}
}
svg {
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment