summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-17 17:00:55 +0000
committerPhil Hughes <me@iamphill.com>2017-03-23 10:52:55 +0000
commit33f26de56bca2c5c2d6a4da29ed2217b8abf1710 (patch)
tree40dbe8be2782c942aa5e83143886051e9052543b /app/views
parentf9ced97a97f5bebec57545fbf611952026bf0d5d (diff)
downloadgitlab-ce-33f26de56bca2c5c2d6a4da29ed2217b8abf1710.tar.gz
Loads raw JSON & displays in the component
[ci skip]
Diffstat (limited to 'app/views')
-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) } }