BigW Consortium Gitlab

Commit 02c2ef89 by Regis

fixed loop - move on to make components

parent 50b4c2dc
......@@ -14,8 +14,7 @@
<th></th>
<th class="hidden-xs"></th>
</tr></thead>
<tbody>
<div v-for='pipeline in pipelines'>
<tbody v-for='pipeline in pipelines'>
<tr class="commit">
<td class="commit-link">
<a href="/gitlab-org/gitlab-ce/pipelines/30"><span class="ci-status ci-failed">
......@@ -168,7 +167,6 @@
</div>
</td>
</tr>
</div>
</tbody>
`,
computed: {
......
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