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>2018-03-01 10:47:06 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-01 20:28:34 +0300
commite2c87838157d90062725fd648788c6e1839bc8d8 (patch)
treeda46ab491d608abb9c66ef3b85d5c2a4ff1afff9 /app/views/projects
parent2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185 (diff)
migrate notebook_viewer to dynamic import
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/blob/viewers/_notebook.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/blob/viewers/_notebook.html.haml b/app/views/projects/blob/viewers/_notebook.html.haml
index d1ffaca35b9..eb4ca1b9816 100644
--- a/app/views/projects/blob/viewers/_notebook.html.haml
+++ b/app/views/projects/blob/viewers/_notebook.html.haml
@@ -1,5 +1 @@
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag('common_vue')
- = webpack_bundle_tag('notebook_viewer')
-
.file-content#js-notebook-viewer{ data: { endpoint: blob_raw_path } }