summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-01 01:47:06 -0600
committerMike Greiling <mike@pixelcog.com>2018-03-01 11:28:34 -0600
commite2c87838157d90062725fd648788c6e1839bc8d8 (patch)
treeda46ab491d608abb9c66ef3b85d5c2a4ff1afff9 /app/views
parent2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185 (diff)
downloadgitlab-ce-e2c87838157d90062725fd648788c6e1839bc8d8.tar.gz
migrate notebook_viewer to dynamic import
Diffstat (limited to 'app/views')
-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 } }