Sha256: 99918beff7962742e6d54f9dd34872582d6842009fd4e6dbd6bca6dd3caa15f5

Contents?: true

Size: 454 Bytes

Versions: 6

Compression:

Stored size: 454 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <base target="_top">
  <title>Redirecting…</title>
  <%= javascript_include_tag('spiffy_stores_app/redirect', crossorigin: 'anonymous', integrity: true) %>
</head>
<body>
  <%=
  content_tag(:div, nil,
    id: 'redirection-target',
    data: {
      target: {
        myspiffyUrl: "https://#{current_spiffy_stores_domain}",
        url: url,
      },
    },
  )
  %>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spiffy_stores_app-8.2.11 app/views/spiffy_stores_app/shared/redirect.html.erb
spiffy_stores_app-8.2.10 app/views/spiffy_stores_app/shared/redirect.html.erb
spiffy_stores_app-8.2.9 app/views/spiffy_stores_app/shared/redirect.html.erb
spiffy_stores_app-8.2.8 app/views/spiffy_stores_app/shared/redirect.html.erb
spiffy_stores_app-8.2.7 app/views/spiffy_stores_app/shared/redirect.html.erb
spiffy_stores_app-8.2.6 app/views/spiffy_stores_app/shared/redirect.html.erb