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

Version Path
shopify_app-9.0.2 app/views/shopify_app/shared/redirect.html.erb
shopify_app-9.0.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-9.0.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.6.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.6.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.5.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.5.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.4.2 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.4.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.4.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.3.2 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.3.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.3.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-8.2.6 app/views/shopify_app/shared/redirect.html.erb