orbit-basic/app/views/facebook/server_redirect.html.erb

13 lines
407 B
Plaintext
Raw Normal View History

2013-11-26 11:14:24 +00:00
<%= stylesheet_link_tag "sign_up" %>
<section id="main-wrap">
<div class="sign-up have-other-sign-in">
<div class="form">
<h3 class="login-logo">Error</h3>
<div class="option-block">
<div class="option-block msg">There was a problem in getting your user info, please try again later.</div>
<a href="javascript:void(0);" onclick="window.close();">Close Window</a>
</div>
</div>
</section>