Sha256: 2833e1203928ab6932d950d0cc8432ba8c5e58a87c61f02bcd1ab78a9a0c5f3b

Contents?: true

Size: 516 Bytes

Versions: 60

Compression:

Stored size: 516 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <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

60 entries across 60 versions & 1 rubygems

Version Path
shopify_app-18.0.3 app/views/shopify_app/shared/redirect.html.erb
shopify_app-18.0.2 app/views/shopify_app/shared/redirect.html.erb
shopify_app-18.0.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-18.0.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.2.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.2.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.1.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.1.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.0.5 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.0.4 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.0.3 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.0.2 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.0.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-17.0.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-16.1.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-16.0.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-15.0.1 app/views/shopify_app/shared/redirect.html.erb
shopify_app-15.0.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-14.4.4 app/views/shopify_app/shared/redirect.html.erb
shopify_app-14.4.3 app/views/shopify_app/shared/redirect.html.erb