diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-14 19:57:35 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-14 19:57:35 +0000 |
commit | 8ac90001e8799590e5ac5b4c9ed563392f1c54e3 (patch) | |
tree | 0a3cbec83b303ba9f95d191e6550260217aca9cc | |
parent | e6ec15c4e528074ca2c0a479ea10357a72af697d (diff) | |
parent | f119d394d65fc18938195d20fa1dd722f1c3b79d (diff) | |
download | gitlab-ce-8ac90001e8799590e5ac5b4c9ed563392f1c54e3.tar.gz |
Merge branch 'pipelines-row-vue-file-fix' into 'master'
Fixed pipelines Vue template not ending correctly
See merge request !12170
-rw-r--r-- | app/assets/javascripts/vue_shared/components/pipelines_table_row.vue | 2 |
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> |