Sha256: 3fac9578edcb3d3e705428cff2146fe41f6debbc85d63a7d42f89cff7c953593
Contents?: true
Size: 443 Bytes
Versions: 14
Compression:
Stored size: 443 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base target="_top"> <title>Redirecting…</title> <%= javascript_include_tag('shopify_app/redirect', crossorigin: 'anonymous', integrity: true) %> </head> <body> <%= content_tag(:div, nil, id: 'redirection-target', data: { target: { myshopifyUrl: "https://#{current_shopify_domain}", url: url, }, }, ) %> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems