fixed loop - move on to make components
This commit is contained in:
parent
50b4c2dc0f
commit
02c2ef89e9
1 changed files with 1 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue