summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_notebook.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/blob/_notebook.html.haml')
-rw-r--r--app/views/projects/blob/_notebook.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/projects/blob/_notebook.html.haml b/app/views/projects/blob/_notebook.html.haml
deleted file mode 100644
index ab1cf933944..00000000000
--- a/app/views/projects/blob/_notebook.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-- content_for :page_specific_javascripts do
- = page_specific_javascript_bundle_tag('common_vue')
- = page_specific_javascript_bundle_tag('notebook_viewer')
-
-.file-content#js-notebook-viewer{ data: { endpoint: namespace_project_raw_path(@project.namespace, @project, @id) } }