diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-16 19:52:34 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-16 19:52:34 -0500 |
commit | b631985ad7a8a85d1350425e6d1cf1cb90c93b5f (patch) | |
tree | 82cafb1bd1d65ce9d8c2f54df1aa05ef1d5e399e /app | |
parent | 8d5dc4fa6b0f01dbe46e89105aed5072c60cc102 (diff) | |
download | gitlab-ce-b631985ad7a8a85d1350425e6d1cf1cb90c93b5f.tar.gz |
Add links to pipeline graph
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 4 | ||||
-rw-r--r-- | app/views/projects/commit/_pipeline.html.haml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index f35aca193e9..ce9e3e95d3d 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -303,6 +303,10 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + + a { + color: $layout-link-gray; + } } svg { 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 |