From a87a0ffd4429d794644c36ed84e1389ff2922895 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Fri, 8 Jul 2016 14:20:58 -0500 Subject: Add link to pipline ID --- app/views/projects/ci/pipelines/_pipeline.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/projects/ci/pipelines/_pipeline.html.haml b/app/views/projects/ci/pipelines/_pipeline.html.haml index 4167db3fdcb..f8c03a430bd 100644 --- a/app/views/projects/ci/pipelines/_pipeline.html.haml +++ b/app/views/projects/ci/pipelines/_pipeline.html.haml @@ -7,7 +7,8 @@ %td %div.branch-commit - %span ##{pipeline.id} + = link_to namespace_project_pipeline_path(@project.namespace, @project, pipeline.id) do + %span ##{pipeline.id} - if pipeline.ref = link_to pipeline.ref, namespace_project_commits_path(@project.namespace, @project, pipeline.ref), class: "monospace branch-name" = icon("code-fork") -- cgit v1.2.1