summaryrefslogtreecommitdiff
path: root/app/views/projects/blob
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-01 02:02:18 -0600
committerMike Greiling <mike@pixelcog.com>2018-03-01 11:29:25 -0600
commit4e86a7378cd96ffebfb1c128c9fcb614ee479ffe (patch)
treef4b1d8e1584f793da826634ddb7a39569a8ec05a /app/views/projects/blob
parente2c87838157d90062725fd648788c6e1839bc8d8 (diff)
downloadgitlab-ce-4e86a7378cd96ffebfb1c128c9fcb614ee479ffe.tar.gz
migrate pdf_viewer to dynamic import
Diffstat (limited to 'app/views/projects/blob')
-rw-r--r--app/views/projects/blob/viewers/_pdf.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/blob/viewers/_pdf.html.haml b/app/views/projects/blob/viewers/_pdf.html.haml
index fc3f0d922b1..95d837a57dc 100644
--- a/app/views/projects/blob/viewers/_pdf.html.haml
+++ b/app/views/projects/blob/viewers/_pdf.html.haml
@@ -1,5 +1 @@
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag('common_vue')
- = webpack_bundle_tag('pdf_viewer')
-
.file-content#js-pdf-viewer{ data: { endpoint: blob_raw_path } }