Sha256: e80d72a330bf24a44f153013397a2c3d95fa1d458d1201237d49835bda7a5456
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</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 |
---|---|
no-ie6-rails-0.0.2 | test/dummy/app/views/layouts/application.html.erb |
no-ie6-rails-0.0.1 | test/dummy/app/views/layouts/application.html.erb |