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:
authorMike Greiling <mike@pixelcog.com>2017-03-02 05:28:34 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-04 01:47:38 +0300
commit7f22c39a25b5424ab1fd7905654667a697c82aeb (patch)
treed4510eead10f0039c638ef10629cb7e87e696f17 /app/views/projects/cycle_analytics/show.html.haml
parent14517f977a55fbe0a2371ebb7d33df7c35415e8d (diff)
create a cacheable commons bundle for our Vue bundles
Diffstat (limited to 'app/views/projects/cycle_analytics/show.html.haml')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index be17f2c764e..dd3fa814716 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -1,6 +1,7 @@
- @no_container = true
- page_title "Cycle Analytics"
- content_for :page_specific_javascripts do
+ = page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('cycle_analytics')
= render "projects/head"