Sha256: c4af87ad1785434a5a176d7fb8b6d1a17a958d93376ba109badf26ab864a4c50
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Unidom Order</title> <%= stylesheet_link_tag 'unidom/order/application', media: "all" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <%= javascript_include_tag 'unidom/order/application' %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unidom-order-2.0 | app/views/layouts/unidom/order/application.html.erb |
unidom-order-1.5.9 | app/views/layouts/unidom/order/application.html.erb |