summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-13 14:42:10 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-06-13 14:42:10 +0100
commit0861e01a91c66e74b5a4061d348563d9c8c6b7b6 (patch)
tree0296f288704c71d80cebf10ebdfb99fa61485386
parent0d499ce215b8ce4623349c4b00311c810f83c77c (diff)
downloadgitlab-ce-33628-pipeline-sidebar.tar.gz
Adds "Pipeline" to job's sidebar33628-pipeline-sidebar
-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'