summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-08 14:20:58 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-12 14:50:57 -0500
commita87a0ffd4429d794644c36ed84e1389ff2922895 (patch)
tree7a9ab4656822bfdc4066ca6ad534e512f64f1f7a
parent191687a10ce275f98e287876ddf7e69969790e71 (diff)
downloadgitlab-ce-a87a0ffd4429d794644c36ed84e1389ff2922895.tar.gz
Add link to pipline ID
-rw-r--r--app/views/projects/ci/pipelines/_pipeline.html.haml3
1 files changed, 2 insertions, 1 deletions
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")