Sha256: 0333871e7dda01b0be25eb00929f527b22080d81921f5bf31c1115573e9b3aba
Contents?: true
Size: 299 Bytes
Versions: 10
Compression:
Stored size: 299 Bytes
Contents
<!doctype html> <html> <head> <%= javascript_include_tag 'foobar' %> <%= javascript_include_tag 'http://google.com/whatever.js' %> <%= stylesheet_link_tag 'foobar' %> <%= stylesheet_link_tag 'http://google.com/whatever.css' %> </head> <body> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 2 rubygems