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:
authorPhil Hughes <me@iamphill.com>2018-02-26 19:05:24 +0300
committerPhil Hughes <me@iamphill.com>2018-02-26 19:25:24 +0300
commit6358004b1c64ed3f8b83a75a672a0a72e1bee851 (patch)
treed81a593f9a30bd82f7b3fe2792a43333ece39799 /app/views/projects/pipelines/index.html.haml
parent78ed5c0f30478b6ecdb58c9bcb335f758acd8a9b (diff)
Converted webpack_bundle_tag to be automatic webpack bundles
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index fdcc60f48a5..cf95cdbfec2 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -12,6 +12,3 @@
"has-ci" => @repository.gitlab_ci_yml,
"ci-lint-path" => ci_lint_path,
"reset-cache-path" => reset_cache_project_settings_ci_cd_path(@project) } }
-
- = webpack_bundle_tag('common_vue')
- = webpack_bundle_tag('pipelines')