From 6358004b1c64ed3f8b83a75a672a0a72e1bee851 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 26 Feb 2018 16:05:24 +0000 Subject: Converted webpack_bundle_tag to be automatic webpack bundles --- app/views/projects/pipelines/index.html.haml | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/views/projects/pipelines') 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') -- cgit v1.2.1