fixed loop - move on to make components

This commit is contained in:
Regis 2016-10-27 16:18:55 -06:00
parent 50b4c2dc0f
commit 02c2ef89e9

View file

@ -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: {