Sha256: 40ad255db78340517647bcf265aae21ae5cc66ea141ecb2f7ad9bf567e7c2b01
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
<html> <head> <style> body { padding: 20px; } </style> </head> <body> <h1>You're all set</h1> <p>You should be <a href="<%= ERB::Util.html_escape(redirect) %>">redirected</a> automatically...</h1> <script> setTimeout(function () { window.location.href = "<%= ERB::Util.html_escape(redirect) %>"; }, 5000); </script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
add-to-org-0.0.1 | lib/add-to-org/views/success.erb |