gitlab-org--gitlab-foss/app/views/projects/blob/viewers/_notebook.html.haml

6 lines
228 B
Text
Raw Normal View History

- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('notebook_viewer')
2017-08-03 08:29:35 -04:00
.file-content#js-notebook-viewer{ data: { endpoint: blob_raw_path } }