blob: 8a41bc530048a033cd9d2fccf46ebde670b3d547 (
plain)
1
2
3
4
5
|
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('notebook_viewer')
.file-content#js-notebook-viewer{ data: { endpoint: blob_raw_path } }
|