Sha256: fecebdca75354639860d9a0131dcead63610ad672f16497a26f8caa3145844a8
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsApp</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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cp-sparrow-0.0.16 | spec/integration/apps/rails_app/app/views/layouts/application.html.erb |
cp-sparrow-0.0.15 | spec/integration/apps/rails_app/app/views/layouts/application.html.erb |