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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_notebook.html.haml b/app/views/projects/blob/_notebook.html.haml
index 19d3e401d27..ab1cf933944 100644
--- a/app/views/projects/blob/_notebook.html.haml
+++ b/app/views/projects/blob/_notebook.html.haml
@@ -2,4 +2,4 @@
= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('notebook_viewer')
-.file-content#js-notebook-viewer
+.file-content#js-notebook-viewer{ data: { endpoint: namespace_project_raw_path(@project.namespace, @project, @id) } }