summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-13 17:37:23 +0000
committerPhil Hughes <me@iamphill.com>2017-06-13 17:37:23 +0000
commita1695253215534539ea17794a8696212c5454b82 (patch)
tree7be0f02db7ddccc3bc74499a30d1ea646e3df62c
parenta90b18b97f1ad6f7c3d2f3314332a2511d4db46c (diff)
parent0861e01a91c66e74b5a4061d348563d9c8c6b7b6 (diff)
downloadgitlab-ce-a1695253215534539ea17794a8696212c5454b82.tar.gz
Merge branch '33628-pipeline-sidebar' into 'master'
Adds "Pipeline" to job's sidebar Closes #33628 See merge request !12131
-rw-r--r--app/views/projects/jobs/_sidebar.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/jobs/_sidebar.html.haml b/app/views/projects/jobs/_sidebar.html.haml
index 8b9e6e57ec4..93e8a4e385c 100644
--- a/app/views/projects/jobs/_sidebar.html.haml
+++ b/app/views/projects/jobs/_sidebar.html.haml
@@ -72,6 +72,7 @@
.title
%span{ class: "ci-status-icon-#{@build.pipeline.status}" }
= ci_icon_for_status(@build.pipeline.status)
+ Pipeline
= link_to "##{@build.pipeline.id}", namespace_project_pipeline_path(@project.namespace, @project, @build.pipeline), class: 'link-commit'
from
= link_to "#{@build.pipeline.ref}", namespace_project_branch_path(@project.namespace, @project, @build.pipeline.ref), class: 'link-commit'