Skip to content
Snippets Groups Projects
Commit 8d2483a7 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Fix URL to pipeline

parent 73b83907
Branches
Tags
1 merge request!7366Cycle analytics second iteration frontend
Loading
Loading
@@ -24,9 +24,9 @@
</g>
</svg>
</span>
<a :href="build.url" class="item-build-name">{{ build.name }}</a>
<a :href="build.url" class="item-build-name">{{ build.name }}</a>
&middot;
<a href="#" class="pipeline-id">#{{ build.id }}</a>
<a :href="build.url" class="pipeline-id">#{{ build.id }}</a>
<i class="fa fa-code-fork"></i>
<a :href="build.branch.url" class="branch-name monospace">{{ build.branch.name }}</a>
<span class="icon-branch">
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment