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
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-11-01 02:17:29 +0300
committerRegis <boudinot.regis@yahoo.com>2016-11-01 02:17:29 +0300
commitc659ffcbc52c433879c4108276175f28f1105e6f (patch)
tree06851aeee0f131d648ac641882d2f16b6f2e61b0 /app/views/projects/pipelines/index.html.haml
parentae4eacadf35fec8db8d7c316dcc8fe8d0f57535b (diff)
breaking more HTML out of template
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index d7aebe584f8..8bd718749e4 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -44,6 +44,6 @@
- else
.table-holder{"data-project-id": "#{@project.id}"}
%table.table.ci-table
- %tbody.vue-pipelines-index
+ %tbody#vue-pipelines-index
= page_specific_javascript_tag('vue_pipelines_index/index.js') \ No newline at end of file