Sha256: cadfd74488a3289f56f666dfd29a1338f4c2abc6338ace20ca5ad226ac0056f2
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>DemoApp</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jobi-0.2.1 | examples/demo_app/app/views/layouts/application.html.erb |
jobi-0.1.1 | examples/demo_app/app/views/layouts/application.html.erb |