Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-14 22:57:35 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-14 22:57:35 +0300
commit8ac90001e8799590e5ac5b4c9ed563392f1c54e3 (patch)
tree0a3cbec83b303ba9f95d191e6550260217aca9cc /app
parente6ec15c4e528074ca2c0a479ea10357a72af697d (diff)
parentf119d394d65fc18938195d20fa1dd722f1c3b79d (diff)
Merge branch 'pipelines-row-vue-file-fix' into 'master'
Fixed pipelines Vue template not ending correctly See merge request !12170
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/vue_shared/components/pipelines_table_row.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/pipelines_table_row.vue b/app/assets/javascripts/vue_shared/components/pipelines_table_row.vue
index 6e9757d5e5e..33b3375deff 100644
--- a/app/assets/javascripts/vue_shared/components/pipelines_table_row.vue
+++ b/app/assets/javascripts/vue_shared/components/pipelines_table_row.vue
@@ -273,4 +273,4 @@ export default {
</div>
</td>
</tr>
-</tr>
+</template>