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