summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_notebook.html.haml
blob: d1ffaca35b970c2275355297f86c9b686a696128 (plain)
1
2
3
4
5
- content_for :page_specific_javascripts do
  = webpack_bundle_tag('common_vue')
  = webpack_bundle_tag('notebook_viewer')

.file-content#js-notebook-viewer{ data: { endpoint: blob_raw_path } }