Sha256: 9f170d4ede0af21f783ff7d539468105004e953cc989f39f0d7c6243cbfd9a63
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Alveole</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "alveole/application", media: "all" %> <%= stylesheet_link_tag "alveole", "data-turbo-track": "reload" %> <!-- NOTE: This loads/imports main app `application.js` and all the pins from the main app and from the engine (because we set it up in the engine.rb). --> <%= javascript_importmap_tags %> <!-- NOTE: To add engine's javascript functionality we have to load the entrypoint here or `import` it in the main app `application.js` --> <%= javascript_import_module_tag "alveole/application" %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alveole-1.0.0.pre.alpha.1 | app/views/layouts/alveole/application.html.erb |