Commit 8d2483a7 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Fix URL to pipeline

parent 73b83907
......@@ -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">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment