Sha256: 75041658f53ebc43d9f6d269bd32d6da7e911df6cefc5889e3db885d82718a41

Contents?: true

Size: 520 Bytes

Versions: 6

Compression:

Stored size: 520 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('duodealer_app/redirect', crossorigin: 'anonymous', integrity: true) %>
</head>
<body>
  <%=
  content_tag(:div, nil,
    id: 'redirection-target',
    data: {
      target: {
        duodealerUrl: "https://#{current_duodealer_domain}",
        url: url,
      },
    },
  )
  %>
</body>
</html>

Version data entries

6 entries across 5 versions & 1 rubygems

Version Path
duodealer_app-1.0.4 app/views/duodealer_app/shared/redirect.html.erb
duodealer_app-1.0.3 app/views/duodealer_app/shared/redirect.html.erb
duodealer_app-1.0.2 app/views/duodealer_app/shared/redirect.html.erb
duodealer_app-1.0.1 app/views/duodealer_app/shared/redirect.html.erb
duodealer_app-1.0.0 app/views/duodealer_app/shared/redirect.html.erb
duodealer_app-1.0.0 app/views/duodealer_app/shared/redirect.html.erb-e