Sha256: 0f728a509d3cecb828cf1524ba458380a75de87f13fae90e862ff348e67f18cf
Contents?: true
Size: 564 Bytes
Versions: 10
Compression:
Stored size: 564 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>Shopify Embedded Example App</title> <script src="//cdn.shopify.com/s/assets/external/app.js?<%= Time.now.strftime('%Y%m%d%H') %>"></script> <script type="text/javascript"> ShopifyApp.init({ apiKey: "<%= ShopifyApp.configuration.api_key %>", shopOrigin: '<%= "https://#{ @shop_session.url }" if @shop_session %>' }); </script> <%= stylesheet_link_tag 'application' %> <%= javascript_include_tag 'application' %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems