summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-02-28 17:13:46 +0000
committerJacob Schatz <jschatz@gitlab.com>2018-02-28 17:13:46 +0000
commita9db24b2be09f15cabc84735d76f355940dc7a9e (patch)
tree9bafc4822224284194c5e9eab93cf6568ee00448 /app/views
parent0d3ed41ae532812f2529d31a75aec6b103ee0dfa (diff)
downloadgitlab-ce-a9db24b2be09f15cabc84735d76f355940dc7a9e.tar.gz
Remove cycle analytics bundle webpack entry point
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index d98e0564da4..02395b6eb9b 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -2,7 +2,6 @@
- page_title "Cycle Analytics"
- content_for :page_specific_javascripts do
= webpack_bundle_tag('common_vue')
- = webpack_bundle_tag('cycle_analytics')
#cycle-analytics{ class: container_class, "v-cloak" => "true", data: { request_path: project_cycle_analytics_path(@project) } }
- if @cycle_analytics_no_data