diff options
author | Phil Hughes <me@iamphill.com> | 2017-06-14 19:35:05 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-14 19:35:05 +0100 |
commit | f119d394d65fc18938195d20fa1dd722f1c3b79d (patch) | |
tree | 50d01b6bcc9fc3d916218f3db2aad7f81c14699d /app | |
parent | 64e85fdaffcd03ef52ff74953b1a4e0caf5a23e8 (diff) | |
download | gitlab-ce-f119d394d65fc18938195d20fa1dd722f1c3b79d.tar.gz |
Fixed pipelines Vue template not ending correctlypipelines-row-vue-file-fix
Diffstat (limited to 'app')
-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> |