Sha256: 86f79bee1e61b6557f9b944595edd15d3936f1312d23354e9be96aa7a7b25f1e
Contents?: true
Size: 246 Bytes
Versions: 11
Compression:
Stored size: 246 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Shopping</title> <%= stylesheet_link_tag "shopping/application", media: "all" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <%= javascript_include_tag 'shopping/application' %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems