Sha256: ae8a0e5e6527640e796ea85c930f5d7b186aee67f161328400c0fe2ce0bb378f
Contents?: true
Size: 294 Bytes
Versions: 1
Compression:
Stored size: 294 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Birt</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
birt-0.1.1 | app/views/layouts/application.html.erb |