Sha256: 8481ebda75f6240a41eb67a9b665fbdbedecf06893e7aad512994e1e83a8cbe4
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>MockApp</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
route_dog-2.5.1 | test/mock_app/app/views/layouts/application.html.erb |
route_dog-2.5.0 | test/mock_app/app/views/layouts/application.html.erb |