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

6 lines
227 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-04-13 13:21:07 -04:00
.file-content#js-notebook-viewer{ data: { endpoint: blob_raw_url } }